Share via


SubscriptionListOperationsParameters Class

 

Represents the parameters are used to list the operations that have been performed on a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.SubscriptionListOperationsParameters

Syntax

public class SubscriptionListOperationsParameters
public ref class SubscriptionListOperationsParameters 
type SubscriptionListOperationsParameters = class end
Public Class SubscriptionListOperationsParameters

Constructors

Name Description
System_CAPS_pubmethod SubscriptionListOperationsParameters()

Initializes a new instance of the SubscriptionListOperationsParameters class.

System_CAPS_pubmethod SubscriptionListOperationsParameters(DateTime, DateTime)

Initializes a new instance of the SubscriptionListOperationsParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty ContinuationToken

Gets or sets a token that is used to list sets of long results.

System_CAPS_pubproperty EndTime

Gets or sets the end of the timeframe to list subscription operations in UTC format.

System_CAPS_pubproperty ObjectIdFilter

Gets or sets the object identifier that is used to list subscription operations.

System_CAPS_pubproperty OperationStatus

Gets or sets a T:Microsoft.WindowsAzure.Management.Models.OperationStatus value that specifies the status that is to be used to list subscription operations.

System_CAPS_pubproperty StartTime

Gets or sets the start of the timeframe to list subscription operations in UTC format.

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