EffectiveNetworkSecurityGroup 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
EffectiveNetworkSecurityGroup() |
Initializes a new instance of the EffectiveNetworkSecurityGroup class. |
EffectiveNetworkSecurityGroup(SubResource, EffectiveNetworkSecurityGroupAssociation, IList<EffectiveNetworkSecurityRule>, IDictionary<String,IList<String>>) |
Initializes a new instance of the EffectiveNetworkSecurityGroup class. |
EffectiveNetworkSecurityGroup()
Initializes a new instance of the EffectiveNetworkSecurityGroup class.
public EffectiveNetworkSecurityGroup ();
Public Sub New ()
Applies to
EffectiveNetworkSecurityGroup(SubResource, EffectiveNetworkSecurityGroupAssociation, IList<EffectiveNetworkSecurityRule>, IDictionary<String,IList<String>>)
Initializes a new instance of the EffectiveNetworkSecurityGroup class.
public EffectiveNetworkSecurityGroup (Microsoft.Azure.Management.Network.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroupAssociation association = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityRule> effectiveSecurityRules = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> tagMap = default);
new Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroup : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroupAssociation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityRule> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> -> Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroup
Public Sub New (Optional networkSecurityGroup As SubResource = Nothing, Optional association As EffectiveNetworkSecurityGroupAssociation = Nothing, Optional effectiveSecurityRules As IList(Of EffectiveNetworkSecurityRule) = Nothing, Optional tagMap As IDictionary(Of String, IList(Of String)) = Nothing)
Parameters
- networkSecurityGroup
- SubResource
The ID of network security group that is applied.
- association
- EffectiveNetworkSecurityGroupAssociation
Associated resources.
- effectiveSecurityRules
- IList<EffectiveNetworkSecurityRule>
A collection of effective security rules.
- tagMap
- IDictionary<String,IList<String>>
Mapping of tags to list of IP Addresses included within the tag.
Applies to
Azure SDK for .NET