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

IUpdateReplicationProtectedItemInputProperties.VMNic Property

Definition

The list of VM nic details.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of VM nic details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMNicInputDetails) }, ReadOnly=false, Required=false, SerializedName="vmNics")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMNicInputDetails[] VMNic { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of VM nic details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMNicInputDetails) }, ReadOnly=false, Required=false, SerializedName="vmNics")>]
member this.VMNic : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IVMNicInputDetails[] with get, set
Public Property VMNic As IVMNicInputDetails()

Property Value

Attributes

Applies to