Share via


IStorageTaskAssignmentProperties.RunStatusEnum Property

Definition

Represents the status of the execution.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "InProgress", "Finished" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the status of the execution.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="runStatusEnum", Update=false)]
public string RunStatusEnum { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "InProgress", "Finished" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the status of the execution.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="runStatusEnum", Update=false)>]
member this.RunStatusEnum : string
Public ReadOnly Property RunStatusEnum As String

Property Value

Attributes

Applies to