IHciNetworkProfile.NicDetail Property

Definition

List of NIC Details of device.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="List of NIC Details of device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IHciNicDetail) }, Read=true, ReadOnly=true, Required=false, SerializedName="nicDetails", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IHciNicDetail> NicDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="List of NIC Details of device.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IHciNicDetail) }, Read=true, ReadOnly=true, Required=false, SerializedName="nicDetails", Update=false)>]
member this.NicDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IHciNicDetail>
Public ReadOnly Property NicDetail As List(Of IHciNicDetail)

Property Value

Attributes

Applies to