ICapabilityProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.CapabilityPropertiesTypeConverter))]
public interface ICapabilityProperties : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.CapabilityPropertiesTypeConverter))>]
type ICapabilityProperties = interface
interface IJsonSerializable
Public Interface ICapabilityProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
GeoBackupSupported |
A value indicating whether a new server in this region can have geo-backups to paired region. |
Status |
The status |
SupportedFlexibleServerEdition | |
SupportedHyperscaleNodeEdition | |
Zone |
zone name |
ZoneRedundantHaAndGeoBackupSupported |
A value indicating whether a new server in this region can have geo-backups to paired region. |
ZoneRedundantHaSupported |
A value indicating whether a new server in this region can support multi zone HA. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |