Show / Hide Table of Contents

    Class VirtualMachineScaleSetNetworkConfigurationDnsSettings

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

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

    Constructors

    VirtualMachineScaleSetNetworkConfigurationDnsSettings()

    Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationDnsSettings class.

    Declaration
    public VirtualMachineScaleSetNetworkConfigurationDnsSettings ();

    VirtualMachineScaleSetNetworkConfigurationDnsSettings(IList<String>)

    Initializes a new instance of the VirtualMachineScaleSetNetworkConfigurationDnsSettings class.

    Declaration
    public VirtualMachineScaleSetNetworkConfigurationDnsSettings (System.Collections.Generic.IList<string> dnsServers = null);
    Parameters
    IList<String> dnsServers

    List of DNS servers IP addresses

    Properties

    DnsServers

    Gets or sets list of DNS servers IP addresses

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="dnsServers")]
    public System.Collections.Generic.IList<string> DnsServers { get; set; }
    Property Value
    IList<String>

    Back to top Azure SDK for Net