次の方法で共有


IpGroup コンストラクター

定義

オーバーロード

IpGroup()

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

IpGroup(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<SubResource>, IList<SubResource>, String)

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

IpGroup()

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

public IpGroup ();
Public Sub New ()

適用対象

IpGroup(String, String, String, String, IDictionary<String,String>, String, IList<String>, IList<SubResource>, IList<SubResource>, String)

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

public IpGroup (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string provisioningState = default, System.Collections.Generic.IList<string> ipAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> firewalls = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> firewallPolicies = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.IpGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string -> Microsoft.Azure.Management.Network.Models.IpGroup
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 provisioningState As String = Nothing, Optional ipAddresses As IList(Of String) = Nothing, Optional firewalls As IList(Of SubResource) = Nothing, Optional firewallPolicies As IList(Of SubResource) = Nothing, Optional etag As String = Nothing)

パラメーター

id
String

リソースの ID

name
String

リソース名。

type
String

リソースの種類。

location
String

リソースの場所。

tags
IDictionary<String,String>

リソース タグ。

provisioningState
String

IpGroups リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。

ipAddresses
IList<String>

IpGroups リソースの IpAddresses/IpAddressPrefixes。

firewalls
IList<SubResource>

この IpGroups が関連付けられているファイアウォール リソースへの参照の一覧。

firewallPolicies
IList<SubResource>

この IpGroups が関連付けられているファイアウォール ポリシー リソースへの参照の一覧。

etag
String

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

適用対象