ZoneInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ZoneInner() |
Initialise une nouvelle instance de la classe ZoneInner. |
ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>) |
Initialise une nouvelle instance de la classe ZoneInner. |
ZoneInner()
Initialise une nouvelle instance de la classe ZoneInner.
public ZoneInner ();
Public Sub New ()
S’applique à
ZoneInner(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, Nullable<Int64>, IList<String>, Nullable<ZoneType>, IList<SubResource>, IList<SubResource>)
Initialise une nouvelle instance de la 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)
Paramètres
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- etag
- String
Etag de la zone.
Nombre maximal de jeux d’enregistrements qui peuvent être créés dans cette zone DNS. Il s’agit d’une propriété en lecture seule et toute tentative de définition de cette valeur sera ignorée.
Nombre actuel de jeux d’enregistrements dans cette zone DNS. Il s’agit d’une propriété en lecture seule et toute tentative de définition de cette valeur sera ignorée.
Serveurs de noms pour cette zone DNS. Il s’agit d’une propriété en lecture seule et toute tentative de définition de cette valeur sera ignorée.
Type de cette zone DNS (publique ou privée). Les valeurs possibles sont les suivantes : 'Public', 'Private'
- registrationVirtualNetworks
- IList<SubResource>
Liste de références à des réseaux virtuels qui inscrivent des noms d’hôte dans cette zone DNS. Il s’agit d’une opération uniquement lorsque ZoneType est privé.
- resolutionVirtualNetworks
- IList<SubResource>
Liste de références à des réseaux virtuels qui résolvent les enregistrements dans cette zone DNS. Il s’agit d’une opération uniquement lorsque ZoneType est privé.
S’applique à
Azure SDK for .NET