FlexibleServerCapability interface
Capability for the PostgreSQL server
- Extends
Properties
| fast |
Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported. Will be deprecated in future, please look to Supported Features for "FastProvisioning". NOTE: This property will not be serialized. It can only be populated by the server. |
| geo |
Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported. Will be deprecated in future, please look to Supported Features for "GeoBackup". NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Name of flexible servers capability |
| online |
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. Will be deprecated in future, please look to Supported Features for "OnlineResize". NOTE: This property will not be serialized. It can only be populated by the server. |
| restricted | A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not restricted. Will be deprecated in future, please look to Supported Features for "Restricted". NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
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. Will be deprecated in future, please look to Supported Features for "StorageAutoGrowth". NOTE: This property will not be serialized. It can only be populated by the server. |
| supported |
List of supported server editions for fast provisioning NOTE: This property will not be serialized. It can only be populated by the server. |
| supported |
The supported features. NOTE: This property will not be serialized. It can only be populated by the server. |
| supported |
List of supported flexible server editions NOTE: This property will not be serialized. It can only be populated by the server. |
| supported |
The list of server versions supported for this capability. NOTE: This property will not be serialized. It can only be populated by the server. |
| zone |
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. Will be deprecated in future, please look to Supported Features for "ZoneRedundantHaAndGeoBackup". NOTE: This property will not be serialized. It can only be populated by the server. |
| zone |
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. Will be deprecated in future, please look to Supported Features for "ZoneRedundantHa". 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
fastProvisioningSupported
Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported. Will be deprecated in future, please look to Supported Features for "FastProvisioning". NOTE: This property will not be serialized. It can only be populated by the server.
fastProvisioningSupported?: string
Property Value
string
geoBackupSupported
Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported. Will be deprecated in future, please look to Supported Features for "GeoBackup". NOTE: This property will not be serialized. It can only be populated by the server.
geoBackupSupported?: string
Property Value
string
name
Name of flexible servers capability
name?: string
Property Value
string
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. Will be deprecated in future, please look to Supported Features for "OnlineResize". NOTE: This property will not be serialized. It can only be populated by the server.
onlineResizeSupported?: string
Property Value
string
restricted
A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not restricted. Will be deprecated in future, please look to Supported Features for "Restricted". NOTE: This property will not be serialized. It can only be populated by the server.
restricted?: string
Property Value
string
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. Will be deprecated in future, please look to Supported Features for "StorageAutoGrowth". NOTE: This property will not be serialized. It can only be populated by the server.
storageAutoGrowthSupported?: string
Property Value
string
supportedFastProvisioningEditions
List of supported server editions for fast provisioning NOTE: This property will not be serialized. It can only be populated by the server.
supportedFastProvisioningEditions?: FastProvisioningEditionCapability[]
Property Value
supportedFeatures
The supported features. NOTE: This property will not be serialized. It can only be populated by the server.
supportedFeatures?: SupportedFeature[]
Property Value
supportedServerEditions
List of supported flexible server editions NOTE: This property will not be serialized. It can only be populated by the server.
supportedServerEditions?: FlexibleServerEditionCapability[]
Property Value
supportedServerVersions
The list of server versions supported for this capability. NOTE: This property will not be serialized. It can only be populated by the server.
supportedServerVersions?: ServerVersionCapability[]
Property Value
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. Will be deprecated in future, please look to Supported Features for "ZoneRedundantHaAndGeoBackup". NOTE: This property will not be serialized. It can only be populated by the server.
zoneRedundantHaAndGeoBackupSupported?: string
Property Value
string
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. Will be deprecated in future, please look to Supported Features for "ZoneRedundantHa". NOTE: This property will not be serialized. It can only be populated by the server.
zoneRedundantHaSupported?: string
Property Value
string
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