你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.Api202401.IIPConfigDetails) }, ReadOnly=false, Required=false, SerializedName="ipConfigs")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.IIPConfigDetails) }, ReadOnly=false, Required=false, SerializedName="ipConfigs")>]
member this.IPConfig : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IIPConfigDetails[] with get, set
Public Property IPConfig As IIPConfigDetails()

Property Value

Attributes

Applies to