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) |
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)
Initializes a new instance of the EffectiveNetworkSecurityGroupAssociation class.
public EffectiveNetworkSecurityGroupAssociation (Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource subnet = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource networkInterface = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.EffectiveNetworkSecurityGroupAssociation : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.EffectiveNetworkSecurityGroupAssociation
Public Sub New (Optional subnet As SubResource = Nothing, Optional networkInterface As SubResource = Nothing)
Parameters
- subnet
- SubResource
The ID of the subnet if assigned.
- networkInterface
- SubResource
The ID of the network interface if assigned.