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() | |
EffectiveNetworkSecurityGroup(SubResource, EffectiveNetworkSecurityGroupAssociation, IList<EffectiveNetworkSecurityRule>, IDictionary<String,List<String>>) |
EffectiveNetworkSecurityGroup()
public EffectiveNetworkSecurityGroup ();
Public Sub New ()
Applies to
EffectiveNetworkSecurityGroup(SubResource, EffectiveNetworkSecurityGroupAssociation, IList<EffectiveNetworkSecurityRule>, IDictionary<String,List<String>>)
public EffectiveNetworkSecurityGroup (Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource networkSecurityGroup = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveNetworkSecurityGroupAssociation association = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveNetworkSecurityRule> effectiveSecurityRules = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.List<string>> tagMap = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveNetworkSecurityGroup : Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveNetworkSecurityGroupAssociation * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.EffectiveNetworkSecurityRule> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.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, List(Of String)) = Nothing)
Parameters
- networkSecurityGroup
- SubResource
- association
- EffectiveNetworkSecurityGroupAssociation
- effectiveSecurityRules
- IList<EffectiveNetworkSecurityRule>
- tagMap
- IDictionary<String,List<String>>