Click or drag to resize

GetOperationsLogRequest Class

A GetOperationsLogRequest object, it defines the date range of requests and if the method must return the currently working jobs information
Inheritance Hierarchy
SystemObject
  BaseRequest
    Aruba.Cloud.WsDBaaS.RequestsGetOperationsLogRequest

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

The GetOperationsLogRequest type exposes the following members.

Constructors
  NameDescription
Public methodGetOperationsLogRequest
Initializes a new instance of the GetOperationsLogRequest class
Top
Properties
  NameDescription
Public propertyExecutionStatus
Execution Status
Public propertyFrom
Date from
Public propertyOperationId
Operation Id
Public propertyTo
Date to
Top
See Also