IPublicIPAddressPropertiesFormat.MigrationPhase Property

Definition

Migration phase of Public IP Address.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "None", "Prepare", "Commit", "Abort", "Committed" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Migration phase of Public IP Address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationPhase", Update=true)]
public string MigrationPhase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "None", "Prepare", "Commit", "Abort", "Committed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Migration phase of Public IP Address.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="migrationPhase", Update=true)>]
member this.MigrationPhase : string with get, set
Public Property MigrationPhase As String

Property Value

Attributes

Applies to