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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET