ManagedInstanceEditionCapability interface
The managed server capability
Properties
name | The managed server version name. 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. |
supported |
The supported families. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported storage capabilities for this edition NOTE: This property will not be serialized. It can only be populated by the server. |
zone |
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 managed server version name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
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
supportedFamilies
The supported families. NOTE: This property will not be serialized. It can only be populated by the server.
supportedFamilies?: ManagedInstanceFamilyCapability[]
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