Aracılığıyla paylaş


NetworkInterfaceAssociation Constructors

Definition

Overloads

NetworkInterfaceAssociation()

Initializes a new instance of the NetworkInterfaceAssociation class.

NetworkInterfaceAssociation(String, IList<SecurityRuleInner>)

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<SecurityRuleInner>)

Initializes a new instance of the NetworkInterfaceAssociation class.

public NetworkInterfaceAssociation (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner> securityRules = default);
new Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceAssociation : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner> -> Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceAssociation
Public Sub New (Optional id As String = Nothing, Optional securityRules As IList(Of SecurityRuleInner) = Nothing)

Parameters

id
String

Network interface ID.

securityRules
IList<SecurityRuleInner>

Collection of custom security rules.

Applies to