Click or drag to resize

DBaasAccountToCreate Properties

The DBaasAccountToCreate type exposes the following members.

Properties
  NameDescription
Public propertyDatabasesNames
A string array containing the databases names to create (only for dedicated instances).
Public propertyDbaasPricingTypeID
The ID of the pricing type (GetDbaasPricingTypes(GetDbaasPricingTypesRequest) for the pricing types)
Public propertyGrants
An array of UserGrant objects (only for dedicated instances).
Public propertyLicenseID
The ID of the license (only for dedicated instances).
Public propertyOverLimitBehaviourType
Defines the strategy to adopt in case of storage overquota (optional, default value "Restrict").
Public propertyRegionID
The ID of the region where the service will be deployed.
Public propertyResourcesSize
An object which defines the size of the resources to purchase.
Public propertyServiceName
The name of the DBaaS service.
Public propertyUsers
An array of User objects.
Top
See Also