SubscriptionListOperationsParameters 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.
Parameters supplied to the List Subscription Operations operation.
public class SubscriptionListOperationsParameters
type SubscriptionListOperationsParameters = class
Public Class SubscriptionListOperationsParameters
- Inheritance
-
SubscriptionListOperationsParameters
Constructors
SubscriptionListOperationsParameters() |
Initializes a new instance of the SubscriptionListOperationsParameters class. |
SubscriptionListOperationsParameters(DateTime, DateTime) |
Initializes a new instance of the SubscriptionListOperationsParameters class with required arguments. |
Properties
ContinuationToken |
Optional. When there are too many operations to list, such as when the requested timeframe is very large, the response includes an incomplete list and a token 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. If no token is specified, a filter is not applied and the response will begin at the specified StartTime. |
EndTime |
Required. The end of the timeframe to begin listing subscription operations in UTC format. This parameter and the StartTime parameter indicate the timeframe to retrieve subscription operations. |
ObjectIdFilter |
Optional. Returns subscription operations only for the specified object type and object ID. This parameter must be set equal to the URL value for performing an HTTP GET on the object. If no object is specified, a filter is not applied. |
OperationStatus |
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. |
StartTime |
Required. The start of the timeframe to begin listing subscription operations in UTC format. This parameter and the EndTime parameter indicate the timeframe to retrieve subscription operations. This parameter cannot indicate a start date of more than 90 days in the past. |
Applies to
Azure SDK for .NET