Partager via


IpAllocation Constructeurs

Définition

Surcharges

IpAllocation()

Initialise une nouvelle instance de la classe IpAllocation.

IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String)

Initialise une nouvelle instance de la classe IpAllocation.

IpAllocation()

Initialise une nouvelle instance de la classe IpAllocation.

public IpAllocation ();
Public Sub New ()

S’applique à

IpAllocation(String, String, String, String, IDictionary<String, String>, SubResource, SubResource, String, String, Nullable<Int32>, String, String, IDictionary<String,String>, String)

Initialise une nouvelle instance de la classe IpAllocation.

public IpAllocation (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, Microsoft.Azure.Management.Network.Models.SubResource virtualNetwork = default, string ipAllocationType = default, string prefix = default, int? prefixLength = default, string prefixType = default, string ipamAllocationId = default, System.Collections.Generic.IDictionary<string,string> allocationTags = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.IpAllocation : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Network.Models.IpAllocation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional subnet As SubResource = Nothing, Optional virtualNetwork As SubResource = Nothing, Optional ipAllocationType As String = Nothing, Optional prefix As String = Nothing, Optional prefixLength As Nullable(Of Integer) = Nothing, Optional prefixType As String = Nothing, Optional ipamAllocationId As String = Nothing, Optional allocationTags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing)

Paramètres

id
String

ID de la ressource

name
String

Nom de la ressource.

type
String

Type de ressource.

location
String

Emplacement de la ressource.

tags
IDictionary<String,String>

Balises de ressource.

subnet
SubResource

Sous-réseau qui utilise le préfixe de cette ressource IpAllocation.

virtualNetwork
SubResource

VirtualNetwork qui utilise le préfixe de cette ressource IpAllocation.

ipAllocationType
String

Type pour IpAllocation. Les valeurs possibles sont les suivantes : « Undefined », « Hypernet »

prefix
String

Préfixe d’adresse pour IpAllocation.

prefixLength
Nullable<Int32>

Longueur du préfixe d’adresse pour IpAllocation.

prefixType
String

Type de préfixe d’adresse pour IpAllocation. Les valeurs possibles sont les suivantes : « IPv4 », « IPv6 »

ipamAllocationId
String

ID d’allocation IPAM.

allocationTags
IDictionary<String,String>

Balises IpAllocation.

etag
String

Chaîne en lecture seule unique qui change chaque fois que la ressource est mise à jour.

S’applique à