CapabilityProperties 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.
Location capabilities.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.CapabilityPropertiesTypeConverter))]
public class CapabilityProperties : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ICapabilityProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.CapabilityPropertiesTypeConverter))>]
type CapabilityProperties = class
interface ICapabilityProperties
interface IJsonSerializable
Public Class CapabilityProperties
Implements ICapabilityProperties
- Inheritance
-
CapabilityProperties
- Attributes
- Implements
Constructors
CapabilityProperties() |
Creates an new CapabilityProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CapabilityProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CapabilityProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.Api20210601.ICapabilityProperties. |
FromJsonString(String) |
Creates a new instance of CapabilityProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CapabilityProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |