SubscriptionListOperationsResponse.SubscriptionOperation Class
Represents an operation that has been performed on the subscription during the specified timeframe.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsResponse.SubscriptionOperation
Syntax
public class SubscriptionOperation
public ref class SubscriptionOperation
type SubscriptionOperation = class end
Public Class SubscriptionOperation
Constructors
Name | Description | |
---|---|---|
SubscriptionListOperationsResponse.SubscriptionOperation() | Initializes a new instance of the SubscriptionListOperationsResponse.SubscriptionOperation class. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.Models Namespace
Return to top