Sdílet prostřednictvím


NetworkInterfaceAssociation Constructors

Definition

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