public static interface TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel
| Modifier and Type | Method and Description |
|---|---|
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod |
withLeafDomainLabel(String dnsLabel)
Specify the relative DNS name of the profile.
|
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod withLeafDomainLabel(String dnsLabel)
The fully qualified domain name (FQDN) will be constructed automatically by appending the rest of the domain to this label.
dnsLabel - the relative DNS name of the profile/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/