SubscriptionListOperationsResponse Class
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.
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.AzureOperationResponseSubscriptionListOperationsResponse
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
Azure SDK for .NET