Share via


IWithLeafDomainLabel.WithLeafDomainLabel(String) Method

Definition

Specify the relative DNS name of the profile. The fully qualified domain name (FQDN) will be constructed automatically by appending the rest of the domain to this label.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithTrafficRoutingMethod WithLeafDomainLabel (string dnsLabel);
abstract member WithLeafDomainLabel : string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithTrafficRoutingMethod
Public Function WithLeafDomainLabel (dnsLabel As String) As IWithTrafficRoutingMethod

Parameters

dnsLabel
String

The relative DNS name of the profile.

Returns

Applies to