你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.