PostgreSqlFlexibleServerSkuCapability Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Capabilities in terms of compute.
public class PostgreSqlFlexibleServerSkuCapability : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBaseCapability, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSkuCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSkuCapability>
type PostgreSqlFlexibleServerSkuCapability = class
inherit PostgreSqlBaseCapability
interface IJsonModel<PostgreSqlFlexibleServerSkuCapability>
interface IPersistableModel<PostgreSqlFlexibleServerSkuCapability>
Public Class PostgreSqlFlexibleServerSkuCapability
Inherits PostgreSqlBaseCapability
Implements IJsonModel(Of PostgreSqlFlexibleServerSkuCapability), IPersistableModel(Of PostgreSqlFlexibleServerSkuCapability)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CapabilityStatus |
The status of the capability. (Inherited from PostgreSqlBaseCapability) |
| Name |
Name of the compute (SKU). |
| Reason |
The reason for the capability not being available. (Inherited from PostgreSqlBaseCapability) |
| SecurityProfile |
Security profile of the compute. Indicates if it's a Confidential Compute virtual machine. |
| SupportedFeatures |
Features supported. |
| SupportedHaMode |
Modes of high availability supported for this compute. |
| SupportedIops |
Maximum IOPS supported by this compute. |
| SupportedMemoryPerVcoreMb |
Supported memory (in MB) per virtual core assigned to this compute. |
| SupportedZones |
List of supported availability zones. E.g. '1', '2', '3'. |
| VCores |
vCores available for this compute. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |