Share via


ServerEditionCapability interface

Capabilities in terms of compute tier.

Extends

Properties

defaultSkuName

Default compute name (SKU) for this computer tier. NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of compute tier. NOTE: This property will not be serialized. It can only be populated by the server.

supportedServerSkus

List of supported compute names (SKUs). NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageEditions

List of storage editions supported by this compute tier and compute name. 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

defaultSkuName

Default compute name (SKU) for this computer tier. NOTE: This property will not be serialized. It can only be populated by the server.

defaultSkuName?: string

Property Value

string

name

Name of compute tier. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

supportedServerSkus

List of supported compute names (SKUs). NOTE: This property will not be serialized. It can only be populated by the server.

supportedServerSkus?: ServerSkuCapability[]

Property Value

supportedStorageEditions

List of storage editions supported by this compute tier and compute name. NOTE: This property will not be serialized. It can only be populated by the server.

supportedStorageEditions?: StorageEditionCapability[]

Property Value

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