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.
Sku capability.
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
CapabilityStatus |
The status of the capability. (Inherited from PostgreSqlBaseCapability) |
Name |
Sku name. |
Reason |
The reason for the capability not being available. (Inherited from PostgreSqlBaseCapability) |
SupportedHaMode |
Supported high availability mode. |
SupportedIops |
Supported IOPS. |
SupportedMemoryPerVcoreMb |
Supported memory per vCore in MB. |
SupportedZones |
List of supported Availability Zones. E.g. "1", "2", "3". |
VCores |
Supported vCores. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET