Class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Describes a virtual machines scale sets network configuration's DNS
settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet 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.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.
-
Constructor Details
-
VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings()
-
-
Method Details
-
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.- Returns:
- the domainNameLabel value
-
withDomainNameLabel
public 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.- Parameters:
domainNameLabel
- the domainNameLabel value to set- Returns:
- the VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings object itself.
-