次の方法で共有


ApplicationRuleCondition コンストラクター

定義

オーバーロード

ApplicationRuleCondition()

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

ApplicationRuleCondition(String, String, IList<String>, IList<String>, IList<FirewallPolicyRuleConditionApplicationProtocol>, IList<String>, IList<String>)

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

ApplicationRuleCondition()

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

public ApplicationRuleCondition ();
Public Sub New ()

適用対象

ApplicationRuleCondition(String, String, IList<String>, IList<String>, IList<FirewallPolicyRuleConditionApplicationProtocol>, IList<String>, IList<String>)

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

public ApplicationRuleCondition (string name = default, string description = default, System.Collections.Generic.IList<string> sourceAddresses = default, System.Collections.Generic.IList<string> destinationAddresses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleConditionApplicationProtocol> protocols = default, System.Collections.Generic.IList<string> targetFqdns = default, System.Collections.Generic.IList<string> fqdnTags = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ApplicationRuleCondition : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleConditionApplicationProtocol> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.ApplicationRuleCondition
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional sourceAddresses As IList(Of String) = Nothing, Optional destinationAddresses As IList(Of String) = Nothing, Optional protocols As IList(Of FirewallPolicyRuleConditionApplicationProtocol) = Nothing, Optional targetFqdns As IList(Of String) = Nothing, Optional fqdnTags As IList(Of String) = Nothing)

パラメーター

name
String

ルール条件の名前。

description
String

ルールの条件の説明。

sourceAddresses
IList<String>

この規則のソース IP アドレスの一覧。

destinationAddresses
IList<String>

宛先 IP アドレスまたはサービス タグの一覧。

protocols
IList<FirewallPolicyRuleConditionApplicationProtocol>

アプリケーション プロトコルの配列。

targetFqdns
IList<String>

このルール条件の FQDN の一覧。

fqdnTags
IList<String>

このルール条件の FQDN タグの一覧。

適用対象