Share via


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)

Syntax

public Nullable<OperationStatus> OperationStatus { get; set; }
public:
property Nullable<OperationStatus> OperationStatus {
    Nullable<OperationStatus> get();
    void set(Nullable<OperationStatus> value);
}
member OperationStatus : Nullable<OperationStatus> with get, set
Public Property OperationStatus As Nullable(Of OperationStatus)

Property Value

Type: System.Nullable<OperationStatus>

A T:Microsoft.WindowsAzure.Management.Models.OperationStatus value.

Remarks

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

See Also

SubscriptionListOperationsParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top