Class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

public class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings extends Object
Describes a virtual machines scale sets network configuration's DNS settings.
  • Constructor Details

    • VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

      public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings()
  • Method Details

    • domainNameLabel

      public String 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.