NetworkInterfaceReference 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
NetworkInterfaceReference() | |
NetworkInterfaceReference(String, Nullable<Boolean>) |
NetworkInterfaceReference()
public NetworkInterfaceReference ();
Public Sub New ()
Applies to
NetworkInterfaceReference(String, Nullable<Boolean>)
public NetworkInterfaceReference (string id = default, bool? primary = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference : string * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.NetworkInterfaceReference
Public Sub New (Optional id As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing)
Parameters
- id
- String