Condividi tramite


EvaluatedNetworkSecurityGroup Constructors

Definition

Overloads

EvaluatedNetworkSecurityGroup()

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

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

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

EvaluatedNetworkSecurityGroup()

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

public EvaluatedNetworkSecurityGroup ();
Public Sub New ()

Applies to

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

Initializes a new instance of the EvaluatedNetworkSecurityGroup class.

public EvaluatedNetworkSecurityGroup (string networkSecurityGroupId = default, string appliedTo = default, Microsoft.Azure.Management.Network.Models.MatchedRule matchedRule = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkSecurityRulesEvaluationResult> rulesEvaluationResult = default);
new Microsoft.Azure.Management.Network.Models.EvaluatedNetworkSecurityGroup : string * string * Microsoft.Azure.Management.Network.Models.MatchedRule * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkSecurityRulesEvaluationResult> -> Microsoft.Azure.Management.Network.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)

Parameters

networkSecurityGroupId
String

Network security group ID.

appliedTo
String

Resource ID of nic or subnet to which network security group is applied.

matchedRule
MatchedRule

Matched network security rule.

rulesEvaluationResult
IList<NetworkSecurityRulesEvaluationResult>

List of network security rules evaluation results.

Applies to