IPublicIPAddressPropertiesFormat.MigrationPhase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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