Udostępnij za pośrednictwem


WorkloadNetworkDnsZone Konstruktory

Definicja

Przeciążenia

WorkloadNetworkDnsZone()

Inicjuje nowe wystąpienie klasy WorkloadNetworkDnsZone.

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

Inicjuje nowe wystąpienie klasy WorkloadNetworkDnsZone.

WorkloadNetworkDnsZone()

Inicjuje nowe wystąpienie klasy WorkloadNetworkDnsZone.

public WorkloadNetworkDnsZone ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy WorkloadNetworkDnsZone.

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)

Parametry

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

displayName
String

Nazwa wyświetlana strefy DNS.

domain
IList<String>

Nazwy domen strefy DNS.

dnsServerIps
IList<String>

Macierz ADRESÓW IP serwera DNS strefy DNS.

sourceIp
String

Źródłowy adres IP strefy DNS.

dnsServices
Nullable<Int64>

Liczba usług DNS korzystających ze strefy DNS.

provisioningState
String

Stan aprowizacji. Możliwe wartości to: "Powodzenie", "Niepowodzenie", "Kompilowanie", "Usuwanie", "Aktualizowanie"

revision
Nullable<Int64>

Numer poprawki NSX.

Dotyczy