TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel Interface
public static interface TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel
The stage of the traffic manager profile definition allowing to specify the relative DNS name.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withLeafDomainLabel(String dnsLabel)
Specify the relative DNS name of the profile. |
Method Details
withLeafDomainLabel
public abstract 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
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java