public static interface PublicIPAddress.DefinitionStages.WithLeafDomainLabel
| Modifier and Type | Method and Description |
|---|---|
PublicIPAddress.DefinitionStages.WithCreate |
withLeafDomainLabel(String dnsName)
Specifies the leaf domain label to associate with this public IP address.
|
PublicIPAddress.DefinitionStages.WithCreate |
withoutLeafDomainLabel()
Ensures that no leaf domain label will be used.
|
PublicIPAddress.DefinitionStages.WithCreate withLeafDomainLabel(String dnsName)
The fully qualified domain name (FQDN) will be constructed automatically by appending the rest of the domain to this label.
dnsName - the leaf domain label to use. This must follow the required naming convention for leaf domain names.PublicIPAddress.DefinitionStages.WithCreate withoutLeafDomainLabel()
This means that this public IP address will not be associated with a domain name.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/