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