你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EditionCapability interface

The edition capability.

Properties

name

The database edition name. NOTE: This property will not be serialized. It can only be populated by the server.

readScale

The read scale capability for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

reason

The reason for the capability not being available.

status

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

supportedServiceLevelObjectives

The list of supported service objectives for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageCapabilities

The list of supported storage capabilities for this edition NOTE: This property will not be serialized. It can only be populated by the server.

zoneRedundant

Whether or not zone redundancy is supported for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

The database edition name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

readScale

The read scale capability for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

readScale?: ReadScaleCapability

Property Value

reason

The reason for the capability not being available.

reason?: string

Property Value

string

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

supportedServiceLevelObjectives

The list of supported service objectives for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

supportedServiceLevelObjectives?: ServiceObjectiveCapability[]

Property Value

supportedStorageCapabilities

The list of supported storage capabilities for this edition NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageCapabilities?: StorageCapability[]

Property Value

zoneRedundant

Whether or not zone redundancy is supported for the edition. NOTE: This property will not be serialized. It can only be populated by the server.

zoneRedundant?: boolean

Property Value

boolean