Share via


CapabilityProperties Constructors

Definition

Overloads

CapabilityProperties()

Initializes a new instance of the CapabilityProperties class.

CapabilityProperties(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<FlexibleServerEditionCapability>, IList<HyperscaleNodeEditionCapability>, String)

Initializes a new instance of the CapabilityProperties class.

CapabilityProperties()

Initializes a new instance of the CapabilityProperties class.

public CapabilityProperties ();
Public Sub New ()

Applies to

CapabilityProperties(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IList<FlexibleServerEditionCapability>, IList<HyperscaleNodeEditionCapability>, String)

Initializes a new instance of the CapabilityProperties class.

public CapabilityProperties (string zone = default, bool? geoBackupSupported = default, bool? zoneRedundantHaSupported = default, bool? zoneRedundantHaAndGeoBackupSupported = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.FlexibleServerEditionCapability> supportedFlexibleServerEditions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HyperscaleNodeEditionCapability> supportedHyperscaleNodeEditions = default, string status = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.CapabilityProperties : string * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.FlexibleServerEditionCapability> * System.Collections.Generic.IList<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HyperscaleNodeEditionCapability> * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.CapabilityProperties
Public Sub New (Optional zone As String = Nothing, Optional geoBackupSupported As Nullable(Of Boolean) = Nothing, Optional zoneRedundantHaSupported As Nullable(Of Boolean) = Nothing, Optional zoneRedundantHaAndGeoBackupSupported As Nullable(Of Boolean) = Nothing, Optional supportedFlexibleServerEditions As IList(Of FlexibleServerEditionCapability) = Nothing, Optional supportedHyperscaleNodeEditions As IList(Of HyperscaleNodeEditionCapability) = Nothing, Optional status As String = Nothing)

Parameters

zone
String

zone name

geoBackupSupported
Nullable<Boolean>

A value indicating whether a new server in this region can have geo-backups to paired region.

zoneRedundantHaSupported
Nullable<Boolean>

A value indicating whether a new server in this region can support multi zone HA.

zoneRedundantHaAndGeoBackupSupported
Nullable<Boolean>

A value indicating whether a new server in this region can have geo-backups to paired region.

supportedFlexibleServerEditions
IList<FlexibleServerEditionCapability>
supportedHyperscaleNodeEditions
IList<HyperscaleNodeEditionCapability>
status
String

The status

Applies to