SubscriptionListOperationsParameters.OperationStatus Property

 

Gets or sets a T:Microsoft.WindowsAzure.Management.Models.OperationStatus value that specifies the status that is to be used to list subscription operations.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

public Nullable<OperationStatus> OperationStatus { get; set; }

This filter can be combined with the ObjectIdFilter to list subscription operations based on the identifier and status.

Return to top
Show: