EvaluatedNetworkSecurityGroup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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)
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
Azure SDK for .NET