Share via


FastProvisioningEditionCapability interface

Capability of a fast provisioning compute tier.

Extends

Properties

serverCount

Count of servers in cache matching this specification. NOTE: This property will not be serialized. It can only be populated by the server.

supportedServerVersions

Major version of PostgreSQL database engine supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedSku

Compute name (SKU) supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageGb

Storage size (in GB) supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedTier

Compute tier supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

reason

The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

serverCount

Count of servers in cache matching this specification. NOTE: This property will not be serialized. It can only be populated by the server.

serverCount?: number

Property Value

number

supportedServerVersions

Major version of PostgreSQL database engine supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedServerVersions?: string

Property Value

string

supportedSku

Compute name (SKU) supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedSku?: string

Property Value

string

supportedStorageGb

Storage size (in GB) supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageGb?: number

Property Value

number

supportedTier

Compute tier supporting fast provisioning. NOTE: This property will not be serialized. It can only be populated by the server.

supportedTier?: string

Property Value

string

Inherited Property Details

reason

The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.

reason?: string

Property Value

string

Inherited From CapabilityBase.reason

status

The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.

status?: CapabilityStatus

Property Value

Inherited From CapabilityBase.status