public class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
domainNameLabel()
Get the Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.
|
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings |
withDomainNameLabel(String domainNameLabel)
Set the Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.
|
public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings()
public String domainNameLabel()
public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings withDomainNameLabel(String domainNameLabel)
domainNameLabel - the domainNameLabel value to setCopyright © 2019. All rights reserved.