PostgreSqlFlexibleServerCapabilityProperties 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.
Capability for the PostgreSQL server.
public class PostgreSqlFlexibleServerCapabilityProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties>
public class PostgreSqlFlexibleServerCapabilityProperties : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBaseCapability, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCapabilityProperties>
type PostgreSqlFlexibleServerCapabilityProperties = class
interface IJsonModel<PostgreSqlFlexibleServerCapabilityProperties>
interface IPersistableModel<PostgreSqlFlexibleServerCapabilityProperties>
type PostgreSqlFlexibleServerCapabilityProperties = class
inherit PostgreSqlBaseCapability
interface IJsonModel<PostgreSqlFlexibleServerCapabilityProperties>
interface IPersistableModel<PostgreSqlFlexibleServerCapabilityProperties>
Public Class PostgreSqlFlexibleServerCapabilityProperties
Implements IJsonModel(Of PostgreSqlFlexibleServerCapabilityProperties), IPersistableModel(Of PostgreSqlFlexibleServerCapabilityProperties)
Public Class PostgreSqlFlexibleServerCapabilityProperties
Inherits PostgreSqlBaseCapability
Implements IJsonModel(Of PostgreSqlFlexibleServerCapabilityProperties), IPersistableModel(Of PostgreSqlFlexibleServerCapabilityProperties)
- Inheritance
-
PostgreSqlFlexibleServerCapabilityProperties
- Inheritance
- Implements
Properties
CapabilityStatus |
The status of the capability. (Inherited from PostgreSqlBaseCapability) |
GeoBackupSupported |
Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported. |
Name |
Name of flexible servers capability. |
OnlineResizeSupported |
A value indicating whether online resize is supported in this region for the given subscription. "Enabled" means storage online resize is supported. "Disabled" means storage online resize is not supported. |
Reason |
The reason for the capability not being available. (Inherited from PostgreSqlBaseCapability) |
Restricted |
A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not restricted. |
Status |
The status. |
StorageAutoGrowthSupported |
A value indicating whether storage auto-grow is supported in this region. "Enabled" means storage auto-grow is supported. "Disabled" stands for storage auto-grow is not supported. |
SupportedFastProvisioningEditions |
List of supported server editions for fast provisioning. |
SupportedServerEditions |
List of supported flexible server editions. |
SupportedServerVersions |
The list of server versions supported for this capability. |
SupportFastProvisioning |
Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported. |
ZoneRedundantHaAndGeoBackupSupported |
A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. "Enabled" means zone redundant HA and geo-backup is supported. "Disabled" stands for zone redundant HA and geo-backup is not supported. |
ZoneRedundantHaSupported |
A value indicating whether Zone Redundant HA is supported in this region. "Enabled" means zone redundant HA is supported. "Disabled" stands for zone redundant HA is not supported. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET