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. |
| supported |
List of supported license types. |
| supported |
List of supported virtual cores values. |
| zone |
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
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