SubscriptionListOperationsResponse::SubscriptionOperation Class
Represents an operation that has been performed on the subscription during the specified timeframe.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Microsoft.WindowsAzure.Management.Models::SubscriptionListOperationsResponse::SubscriptionOperation
| Name | Description | |
|---|---|---|
![]() | SubscriptionListOperationsResponse::SubscriptionOperation() | Initializes a new instance of the SubscriptionListOperationsResponse::SubscriptionOperation class. |
| Name | Description | |
|---|---|---|
![]() | OperationCaller | Gets or sets an SubscriptionListOperationsResponse::OperationCallerDetails object that defines the attributes of the source of the operation. |
![]() | OperationCompletedTime | Gets or sets the time that the operation finished. |
![]() | OperationId | Gets or sets the globally unique identifier (GUID) of the operation. |
![]() | OperationName | Gets or sets the name of the performed operation. |
![]() | OperationObjectId | Gets or sets the target object for the operation. |
![]() | OperationParameters | Gets or sets the collection of parameters for the performed operation. |
![]() | OperationStartedTime | Gets or sets the time that the operation started. |
![]() | OperationStatus | Gets or sets the status of the operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


