ZoneInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ZoneInner() |
Inicializa uma nova instância da classe ZoneInner. |
ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>) |
Inicializa uma nova instância da classe ZoneInner. |
ZoneInner()
Inicializa uma nova instância da classe ZoneInner.
public ZoneInner ();
Public Sub New ()
Aplica-se a
ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>)
Inicializa uma nova instância da classe 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
- tags
- IDictionary<String,String>
- etag
- String
A etag da zona.
O número máximo de conjuntos de registros que podem ser criados nessa zona DNS. Essa é uma propriedade somente leitura e qualquer tentativa de definir esse valor será ignorada.
O número atual de conjuntos de registros nessa zona DNS. Essa é uma propriedade somente leitura e qualquer tentativa de definir esse valor será ignorada.
Os servidores de nome para essa zona DNS. Essa é uma propriedade somente leitura e qualquer tentativa de definir esse valor será ignorada.
O tipo dessa zona DNS (pública ou privada). Os valores possíveis incluem: 'Public', 'Private'
- registrationVirtualNetworks
- IList<SubResource>
Uma lista de referências a redes virtuais que registram nomes de host nessa zona DNS. Esse é um somente quando ZoneType é Privado.
- resolutionVirtualNetworks
- IList<SubResource>
Uma lista de referências a redes virtuais que resolve registros nessa zona DNS. Esse é um somente quando ZoneType é Privado.
Aplica-se a
Azure SDK for .NET