次の方法で共有


EvaluatedNetworkSecurityGroup コンストラクター

定義

オーバーロード

EvaluatedNetworkSecurityGroup()

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

EvaluatedNetworkSecurityGroup(String, String, MatchedRule, IList<NetworkSecurityRulesEvaluationResult>)

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

EvaluatedNetworkSecurityGroup()

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

public EvaluatedNetworkSecurityGroup ();
Public Sub New ()

適用対象

EvaluatedNetworkSecurityGroup(String, String, MatchedRule, IList<NetworkSecurityRulesEvaluationResult>)

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

public EvaluatedNetworkSecurityGroup (string networkSecurityGroupId = default, string appliedTo = default, Microsoft.Azure.Management.Network.Fluent.Models.MatchedRule matchedRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult> rulesEvaluationResult = default);
new Microsoft.Azure.Management.Network.Fluent.Models.EvaluatedNetworkSecurityGroup : string * string * Microsoft.Azure.Management.Network.Fluent.Models.MatchedRule * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkSecurityRulesEvaluationResult> -> Microsoft.Azure.Management.Network.Fluent.Models.EvaluatedNetworkSecurityGroup
Public Sub New (Optional networkSecurityGroupId As String = Nothing, Optional appliedTo As String = Nothing, Optional matchedRule As MatchedRule = Nothing, Optional rulesEvaluationResult As IList(Of NetworkSecurityRulesEvaluationResult) = Nothing)

パラメーター

networkSecurityGroupId
String

ネットワーク セキュリティ グループ ID。

appliedTo
String

ネットワーク セキュリティ グループが適用される nic またはサブネットのリソース ID。

matchedRule
MatchedRule

一致するネットワーク セキュリティ規則。

rulesEvaluationResult
IList<NetworkSecurityRulesEvaluationResult>

ネットワーク セキュリティ 規則の評価結果の一覧。

適用対象