Click or drag to resize

SetEnqueueDeleteDbaasInstanceRequest Class

An object that describes the delete operation.
Inheritance Hierarchy
SystemObject
  BaseRequest
    Aruba.Cloud.WsDBaaS.RequestsSetEnqueueDeleteDbaasInstanceRequest

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

The SetEnqueueDeleteDbaasInstanceRequest type exposes the following members.

Constructors
  NameDescription
Public methodSetEnqueueDeleteDbaasInstanceRequest
Initializes a new instance of the SetEnqueueDeleteDbaasInstanceRequest class
Top
Properties
  NameDescription
Public propertyDbaasAccountID
The ID of the DBaaS account.
Public propertyNow
If True, DBaaS service will be deleted immediately, otherwise DBaaS service will be not renewed at expiration.
Public propertyOperatorUserName
The name of the Operator user that requests the delete.
Public propertyUserId
The User ID.
Top
See Also