ManagedInstanceFamilyCapability interface

The managed server family capability.

Properties

name

Family name.

reason

The reason for the capability not being available.

sku

SKU name.

status

The status of the capability.

supportedLicenseTypes

List of supported license types.

supportedVcoresValues

List of supported virtual cores values.

zoneRedundant

Whether or not zone redundancy is supported for the family.

Property Details

name

Family name.

name?: string

Property Value

string

reason

The reason for the capability not being available.

reason?: string

Property Value

string

sku

SKU name.

sku?: string

Property Value

string

status

The status of the capability.

status?: CapabilityStatus

Property Value

supportedLicenseTypes

List of supported license types.

supportedLicenseTypes?: LicenseTypeCapability[]

Property Value

supportedVcoresValues

List of supported virtual cores values.

supportedVcoresValues?: ManagedInstanceVcoresCapability[]

Property Value

zoneRedundant

Whether or not zone redundancy is supported for the family.

zoneRedundant?: boolean

Property Value

boolean