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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java