Share via


IOperationStatusAutoGenerated.Status Property

Definition

Gets or sets the status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the status of the operation. ARM expects the terminal status to be one of\r\n        Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="status")]
public string Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the status of the operation. ARM expects the terminal status to be one of\r\n        Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes

Applies to