Interface TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel
-
- All Known Subinterfaces:
TrafficManagerProfile.Definition
- Enclosing interface:
- TrafficManagerProfile.DefinitionStages
public static interface TrafficManagerProfile.DefinitionStages.WithLeafDomainLabelThe stage of the traffic manager profile definition allowing to specify the relative DNS name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethodwithLeafDomainLabel(String dnsLabel)Specify the relative DNS name of the profile.
-
-
-
Method Detail
-
withLeafDomainLabel
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod withLeafDomainLabel(String dnsLabel)
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.
- Parameters:
dnsLabel- the relative DNS name of the profile- Returns:
- the next stage of the definition
-
-