IVMNicDetails.IPConfig Property

Definition

The IP configurations of the NIC.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The IP configurations of the NIC.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IIPConfigDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigs", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IIPConfigDetails> IPConfig { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The IP configurations of the NIC.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IIPConfigDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipConfigs", Update=true)>]
member this.IPConfig : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IIPConfigDetails> with get, set
Public Property IPConfig As List(Of IIPConfigDetails)

Property Value

Attributes

Applies to