VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
- com.
public class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Describes a virtual machines scale sets network configuration's DNS settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
domainNameLabel()
Get the domainNameLabel value. |
Virtual |
withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel value. |
Method Details
domainNameLabel
public String domainNameLabel()
Get the domainNameLabel value.
Returns:
the domainNameLabel value
withDomainNameLabel
public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel value.
Parameters:
domainNameLabel
- the domainNameLabel value to set
Returns:
the VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java