SubscriptionListOperationsResponse Class

Definition

The List Subscription Operations operation response.

public class SubscriptionListOperationsResponse : Microsoft.Azure.AzureOperationResponse
type SubscriptionListOperationsResponse = class
    inherit AzureOperationResponse
Public Class SubscriptionListOperationsResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
SubscriptionListOperationsResponse

Constructors

SubscriptionListOperationsResponse()

Initializes a new instance of the SubscriptionListOperationsResponse class.

Properties

ContinuationToken

Optional. The string that can be used to return the rest of the list. Subsequent requests must include this parameter to continue listing operations from where the last response left off. This element exists only if the complete list of subscription operations was not returned.

SubscriptionOperations

Optional. The list of operations that have been performed on the subscription during the specified timeframe.

Applies to