Dela via


INetworkInterface.NicType Property

Definition

Type of Network Interface resource.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Type of Network Interface resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType) }, ReadOnly=false, Required=false, SerializedName="nicType")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType? NicType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Type of Network Interface resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType) }, ReadOnly=false, Required=false, SerializedName="nicType")>]
member this.NicType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceNicType> with get, set
Public Property NicType As Nullable(Of NetworkInterfaceNicType)

Property Value

Attributes

Applies to