Compartir a través de


ZoneInner Constructores

Definición

Sobrecargas

ZoneInner()

Inicializa una nueva instancia de la clase ZoneInner.

ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>)

Inicializa una nueva instancia de la clase ZoneInner.

ZoneInner()

Inicializa una nueva instancia de la clase ZoneInner.

public ZoneInner ();
Public Sub New ()

Se aplica a

ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>)

Inicializa una nueva instancia de la clase ZoneInner.

public ZoneInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, long? maxNumberOfRecordSets = default, long? numberOfRecordSets = default, System.Collections.Generic.IList<string> nameServers = default, Microsoft.Azure.Management.Dns.Fluent.Models.ZoneType? zoneType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> registrationVirtualNetworks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> resolutionVirtualNetworks = default);
new Microsoft.Azure.Management.Dns.Fluent.Models.ZoneInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<string> * Nullable<Microsoft.Azure.Management.Dns.Fluent.Models.ZoneType> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.SubResource> -> Microsoft.Azure.Management.Dns.Fluent.Models.ZoneInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional maxNumberOfRecordSets As Nullable(Of Long) = Nothing, Optional numberOfRecordSets As Nullable(Of Long) = Nothing, Optional nameServers As IList(Of String) = Nothing, Optional zoneType As Nullable(Of ZoneType) = Nothing, Optional registrationVirtualNetworks As IList(Of SubResource) = Nothing, Optional resolutionVirtualNetworks As IList(Of SubResource) = Nothing)

Parámetros

location
String
id
String
name
String
type
String
etag
String

Etag de la zona.

maxNumberOfRecordSets
Nullable<Int64>

Número máximo de conjuntos de registros que se pueden crear en esta zona DNS. Se trata de una propiedad de solo lectura y se omitirá cualquier intento de establecer este valor.

numberOfRecordSets
Nullable<Int64>

Número actual de conjuntos de registros en esta zona DNS. Se trata de una propiedad de solo lectura y se omitirá cualquier intento de establecer este valor.

nameServers
IList<String>

Los servidores de nombres de esta zona DNS. Se trata de una propiedad de solo lectura y se omitirá cualquier intento de establecer este valor.

zoneType
Nullable<ZoneType>

Tipo de esta zona DNS (pública o privada). Entre los valores posibles se incluyen: "Public", "Private"

registrationVirtualNetworks
IList<SubResource>

Lista de referencias a redes virtuales que registran nombres de host en esta zona DNS. Esto es solo cuando ZoneType es Privado.

resolutionVirtualNetworks
IList<SubResource>

Lista de referencias a redes virtuales que resuelven registros en esta zona DNS. Esto es solo cuando ZoneType es Privado.

Se aplica a