Share via


INetworkInterfacePropertiesFormat.Primary Property

Definition

Whether this is a primary network interface on a virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Whether this is a primary network interface on a virtual machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="primary")]
public bool? Primary { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Whether this is a primary network interface on a virtual machine.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="primary")>]
member this.Primary : Nullable<bool>
Public ReadOnly Property Primary As Nullable(Of Boolean)

Property Value

Attributes

Applies to