다음을 통해 공유


IOperationResultsDescription.Status Property

Definition

The status of the operation being performed.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The status of the operation being performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.OperationResultStatus) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.OperationResultStatus? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="The status of the operation being performed.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.OperationResultStatus) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.BotService.Support.OperationResultStatus>
Public ReadOnly Property Status As Nullable(Of OperationResultStatus)

Property Value

Attributes

Applies to