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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET