WorkloadNetworkDnsZone Constructors

Definition

Overloads

WorkloadNetworkDnsZone()

Initializes a new instance of the WorkloadNetworkDnsZone class.

WorkloadNetworkDnsZone(String, String, String, String, IList<String>, IList<String>, String, Nullable<Int64>, String, Nullable<Int64>)

Initializes a new instance of the WorkloadNetworkDnsZone class.

WorkloadNetworkDnsZone()

Initializes a new instance of the WorkloadNetworkDnsZone class.

public WorkloadNetworkDnsZone ();
Public Sub New ()

Applies to

WorkloadNetworkDnsZone(String, String, String, String, IList<String>, IList<String>, String, Nullable<Int64>, String, Nullable<Int64>)

Initializes a new instance of the WorkloadNetworkDnsZone class.

public WorkloadNetworkDnsZone (string id = default, string name = default, string type = default, string displayName = default, System.Collections.Generic.IList<string> domain = default, System.Collections.Generic.IList<string> dnsServerIps = default, string sourceIp = default, long? dnsServices = default, string provisioningState = default, long? revision = default);
new Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Nullable<int64> * string * Nullable<int64> -> Microsoft.Azure.Management.Avs.Models.WorkloadNetworkDnsZone
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional displayName As String = Nothing, Optional domain As IList(Of String) = Nothing, Optional dnsServerIps As IList(Of String) = Nothing, Optional sourceIp As String = Nothing, Optional dnsServices As Nullable(Of Long) = Nothing, Optional provisioningState As String = Nothing, Optional revision As Nullable(Of Long) = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

displayName
String

Display name of the DNS Zone.

domain
IList<String>

Domain names of the DNS Zone.

dnsServerIps
IList<String>

DNS Server IP array of the DNS Zone.

sourceIp
String

Source IP of the DNS Zone.

dnsServices
Nullable<Int64>

Number of DNS Services using the DNS zone.

provisioningState
String

The provisioning state. Possible values include: 'Succeeded', 'Failed', 'Building', 'Deleting', 'Updating'

revision
Nullable<Int64>

NSX revision number.

Applies to