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<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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET