ManagedInstanceEditionCapability interface
The managed server capability
Properties
| is |
Whether or not this is a GPv2 variant of General Purpose edition. |
| name | The managed server version name. |
| reason | The reason for the capability not being available. |
| status | The status of the capability. |
| supported |
The supported families. |
| supported |
The list of supported storage capabilities for this edition |
Property Details
isGeneralPurposeV2
Whether or not this is a GPv2 variant of General Purpose edition.
isGeneralPurposeV2?: boolean
Property Value
boolean
name
The managed server version name.
name?: string
Property Value
string
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
supportedFamilies
The supported families.
supportedFamilies?: ManagedInstanceFamilyCapability[]
Property Value
supportedStorageCapabilities
The list of supported storage capabilities for this edition
supportedStorageCapabilities?: StorageCapability[]