Show / Hide Table of Contents

    Class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

    Describes a virtual machines scale sets network configuration's DNS settings.

    Inheritance
    Object
    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings

    Constructors

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings()

    Initializes a new instance of the VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class.

    Declaration
    public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings ();

    VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(String)

    Initializes a new instance of the VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings class.

    Declaration
    public VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings (string domainNameLabel);
    Parameters
    String domainNameLabel

    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

    Properties

    DomainNameLabel

    Gets or sets 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

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="domainNameLabel")]
    public string DomainNameLabel { get; set; }
    Property Value
    String

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net