public final class VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings extends Object
Constructor and Description |
---|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings() |
Modifier and Type | Method and Description |
---|---|
String |
domainNameLabel()
Get the domainNameLabel property: 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.
|
void |
validate()
Validates the instance.
|
VirtualMachineScaleSetPublicIpAddressConfigurationDnsSettings |
withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel property: 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 set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.