次の方法で共有


IpAllocation コンストラクター

定義

オーバーロード

IpAllocation()

IpAllocation クラスの新しいインスタンスを初期化します。

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

IpAllocation クラスの新しいインスタンスを初期化します。

IpAllocation()

IpAllocation クラスの新しいインスタンスを初期化します。

public IpAllocation ();
Public Sub New ()

適用対象

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

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)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

subnet
SubResource

この IpAllocation リソースのプレフィックスを使用するサブネット。

virtualNetwork
SubResource

この IpAllocation リソースのプレフィックスを使用する VirtualNetwork。

ipAllocationType
String

IpAllocation の型。 使用可能な値は、'Undefined'、'Hypernet' です。

prefix
String

IpAllocation のアドレス プレフィックス。

prefixLength
Nullable<Int32>

IpAllocation のアドレス プレフィックスの長さ。

prefixType
String

IpAllocation のアドレス プレフィックス Type。 使用可能な値は、'IPv4'、'IPv6' です。

ipamAllocationId
String

IPAM 割り当て ID。

allocationTags
IDictionary<String,String>

IpAllocation タグ。

etag
String

リソースが更新されるたびに変更される一意の読み取り専用文字列。

適用対象