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
System_CAPS_pubmethod SubscriptionListOperationsResponse.SubscriptionOperation()

Initializes a new instance of the SubscriptionListOperationsResponse.SubscriptionOperation class.

Properties

Name Description
System_CAPS_pubproperty OperationCaller

Gets or sets an SubscriptionListOperationsResponse.OperationCallerDetails object that defines the attributes of the source of the operation.

System_CAPS_pubproperty OperationCompletedTime

Gets or sets the time that the operation finished.

System_CAPS_pubproperty OperationId

Gets or sets the globally unique identifier (GUID) of the operation.

System_CAPS_pubproperty OperationName

Gets or sets the name of the performed operation.

System_CAPS_pubproperty OperationObjectId

Gets or sets the target object for the operation.

System_CAPS_pubproperty OperationParameters

Gets or sets the collection of parameters for the performed operation.

System_CAPS_pubproperty OperationStartedTime

Gets or sets the time that the operation started.

System_CAPS_pubproperty OperationStatus

Gets or sets the status of the operation.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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