Share via


IVMNicDetails.IPConfig Property

Definition

The IP configurations of the NIC.

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

Property Value

Attributes

Applies to