IPublicIPAddressPropertiesFormat.MigrationPhase Property

Definition

Migration phase of Public IP Address.

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

Property Value

Attributes

Applies to