ServerSkuCapability interface
Sku capability
- Extends
Properties
name | Sku name NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
Supported high availability mode NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
Supported IOPS NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
Supported memory per vCore in MB NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported Availability Zones. E.g. "1", "2", "3" NOTE: This property will not be serialized. It can only be populated by the server. |
v |
Supported vCores NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
reason | The reason for the capability not being available. 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. |
Property Details
name
Sku name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
supportedHaMode
Supported high availability mode NOTE: This property will not be serialized. It can only be populated by the server.
supportedHaMode?: string[]
Property Value
string[]
supportedIops
Supported IOPS NOTE: This property will not be serialized. It can only be populated by the server.
supportedIops?: number
Property Value
number
supportedMemoryPerVcoreMb
Supported memory per vCore in MB NOTE: This property will not be serialized. It can only be populated by the server.
supportedMemoryPerVcoreMb?: number
Property Value
number
supportedZones
List of supported Availability Zones. E.g. "1", "2", "3" NOTE: This property will not be serialized. It can only be populated by the server.
supportedZones?: string[]
Property Value
string[]
vCores
Supported vCores NOTE: This property will not be serialized. It can only be populated by the server.
vCores?: number
Property Value
number
Inherited Property Details
reason
The reason for the capability not being available. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
Inherited From CapabilityBase.reason
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
Inherited From CapabilityBase.status