IStep.ExecutionStatusDescription 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.
This field has more detailed status description of the execution status.
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="This field has more detailed status description of the execution status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="executionStatusDescription", Update=true)]
public string ExecutionStatusDescription { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="This field has more detailed status description of the execution status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="executionStatusDescription", Update=true)>]
member this.ExecutionStatusDescription : string with get, set
Public Property ExecutionStatusDescription As String
Property Value
- Attributes