Click or drag to resize

GetScheduledOperationExecutionRequest Class

Inheritance Hierarchy
SystemObject
  BaseRequest
    Aruba.Cloud.WsDBaaS.RequestsGetScheduledOperationExecutionRequest

Namespace:  Aruba.Cloud.WsDBaaS.Requests
Assembly:  WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class GetScheduledOperationExecutionRequest : BaseRequest

The GetScheduledOperationExecutionRequest type exposes the following members.

Constructors
  NameDescription
Public methodGetScheduledOperationExecutionRequest
Initializes a new instance of the GetScheduledOperationExecutionRequest class
Top
Properties
  NameDescription
Public propertyDbaasAccountID
DbaasAccountId, identify DBaaS Instance on the cloud
Public propertyScheduledOperationId
ScheduledOperationId,identify the scheduled operation
Public propertyScheduleExecutionId
identify a specific execution of a scheduled operation
Top
See Also