NetworkInterfaceAssociation 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
NetworkInterfaceAssociation() |
Initializes a new instance of the NetworkInterfaceAssociation class. |
NetworkInterfaceAssociation(String, IList<SecurityRule>) |
Initializes a new instance of the NetworkInterfaceAssociation class. |
NetworkInterfaceAssociation()
Initializes a new instance of the NetworkInterfaceAssociation class.
public NetworkInterfaceAssociation ();
Public Sub New ()
Applies to
NetworkInterfaceAssociation(String, IList<SecurityRule>)
Initializes a new instance of the NetworkInterfaceAssociation class.
public NetworkInterfaceAssociation (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> securityRules = default);
new Microsoft.Azure.Management.Network.Models.NetworkInterfaceAssociation : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SecurityRule> -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceAssociation
Public Sub New (Optional id As String = Nothing, Optional securityRules As IList(Of SecurityRule) = Nothing)
Parameters
- id
- String
Network interface ID.
- securityRules
- IList<SecurityRule>
Collection of custom security rules.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET