ManagedInstanceFamilyCapability interface
The managed server family capability.
Properties
name | Family 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. |
sku | SKU name. 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. |
supported |
List of supported license types. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported virtual cores values. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
Family 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
sku
SKU name. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: 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
supportedLicenseTypes
List of supported license types. NOTE: This property will not be serialized. It can only be populated by the server.
supportedLicenseTypes?: LicenseTypeCapability[]
Property Value
supportedVcoresValues
List of supported virtual cores values. NOTE: This property will not be serialized. It can only be populated by the server.
supportedVcoresValues?: ManagedInstanceVcoresCapability[]