Share via


IStorageTaskAssignment.RunStatusRunResult Property

Definition

Represents the overall result of the execution for the run instance

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the overall result of the execution for the run instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="runResult", Update=false)]
public string RunStatusRunResult { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Succeeded", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Represents the overall result of the execution for the run instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="runResult", Update=false)>]
member this.RunStatusRunResult : string
Public ReadOnly Property RunStatusRunResult As String

Property Value

Attributes

Applies to