次の方法で共有


InboundSecurityRule コンストラクター

定義

オーバーロード

InboundSecurityRule()

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

InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)

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

InboundSecurityRule()

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

public InboundSecurityRule ();
Public Sub New ()

適用対象

InboundSecurityRule(String, IList<InboundSecurityRules>, String, String, String, String)

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

public InboundSecurityRule (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> rules = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.InboundSecurityRule : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.InboundSecurityRules> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.InboundSecurityRule
Public Sub New (Optional id As String = Nothing, Optional rules As IList(Of InboundSecurityRules) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)

パラメーター

id
String

リソースの ID

rules
IList<InboundSecurityRules>

許可されるルールの一覧。

provisioningState
String

リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

name
String

セキュリティ規則コレクションの名前。

etag
String

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

type
String

NVA 受信セキュリティ規則の種類。

適用対象