SubscriptionListOperationsResponse.SubscriptionOperation Class

Definition

An operation that has been performed on the subscription during the specified timeframe.

public class SubscriptionListOperationsResponse.SubscriptionOperation
type SubscriptionListOperationsResponse.SubscriptionOperation = class
Public Class SubscriptionListOperationsResponse.SubscriptionOperation
Inheritance
SubscriptionListOperationsResponse.SubscriptionOperation

Constructors

SubscriptionListOperationsResponse.SubscriptionOperation()

Initializes a new instance of the SubscriptionOperation class.

Properties

OperationCaller

Optional. A collection of attributes that identify the source of the operation.

OperationCompletedTime

Optional. The time that the operation finished executing.

OperationId

Optional. The globally unique identifier (GUID) of the operation.

OperationName

Optional. The name of the performed operation.

OperationObjectId

Optional. The target object for the operation. This value is equal to the URL for performing an HTTP GET on the object, and corresponds to the same values for the ObjectIdFilter in the request.

OperationParameters

Optional. The collection of parameters for the performed operation.

OperationStartedTime

Optional. The time that the operation started to execute.

OperationStatus

Optional. An object that contains information on the current status of the operation. The object returned has the following XML format: 339c6c13-1f81-412f-9bc6-00e9c5876695Succeeded200. Possible values of the Status element, whichholds the operation status, are: Succeeded, Failed, or InProgress.

Applies to