SubscriptionListOperationsParameters.OperationStatus 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET