SubscriptionListOperationsParameters.OperationStatus Property

Definition

Optional. Returns subscription operations only for the specified result status, either Succeeded, Failed, or InProgress. This filter can be combined with the ObjectIdFilter to select subscription operations for an object with a specific result status. If no result status is specified, a filter is not applied.

public Microsoft.Azure.OperationStatus? OperationStatus { get; set; }
member this.OperationStatus : Nullable<Microsoft.Azure.OperationStatus> with get, set
Public Property OperationStatus As Nullable(Of OperationStatus)

Property Value

Nullable<Microsoft.Azure.OperationStatus>

Applies to