Share via


INetworkInterface.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