EffectiveNetworkSecurityGroupAssociation 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
EffectiveNetworkSecurityGroupAssociation() |
Initializes a new instance of the EffectiveNetworkSecurityGroupAssociation class. |
EffectiveNetworkSecurityGroupAssociation(SubResource, SubResource, SubResource) |
Initializes a new instance of the EffectiveNetworkSecurityGroupAssociation class. |
EffectiveNetworkSecurityGroupAssociation()
Initializes a new instance of the EffectiveNetworkSecurityGroupAssociation class.
public EffectiveNetworkSecurityGroupAssociation ();
Public Sub New ()
Applies to
EffectiveNetworkSecurityGroupAssociation(SubResource, SubResource, SubResource)
Initializes a new instance of the EffectiveNetworkSecurityGroupAssociation class.
public EffectiveNetworkSecurityGroupAssociation (Microsoft.Azure.Management.Network.Models.SubResource networkManager = default, Microsoft.Azure.Management.Network.Models.SubResource subnet = default, Microsoft.Azure.Management.Network.Models.SubResource networkInterface = default);
new Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroupAssociation : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource -> Microsoft.Azure.Management.Network.Models.EffectiveNetworkSecurityGroupAssociation
Public Sub New (Optional networkManager As SubResource = Nothing, Optional subnet As SubResource = Nothing, Optional networkInterface As SubResource = Nothing)
Parameters
- networkManager
- SubResource
The ID of the Azure network manager if assigned.
- subnet
- SubResource
The ID of the subnet if assigned.
- networkInterface
- SubResource
The ID of the network interface if assigned.
Applies to
Azure SDK for .NET