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

INetworkInterfacePropertiesFormat.MigrationPhase Property

Definition

Migration phase of Network Interface resource.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Migration phase of Network Interface resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase) }, ReadOnly=false, Required=false, SerializedName="migrationPhase")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase? MigrationPhase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="Migration phase of Network Interface resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase) }, ReadOnly=false, Required=false, SerializedName="migrationPhase")>]
member this.MigrationPhase : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase> with get, set
Public Property MigrationPhase As Nullable(Of NetworkInterfaceMigrationPhase)

Property Value

Attributes

Applies to