CapabilityProperties Constructors
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.
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
A value indicating whether a new server in this region can have geo-backups to paired region.
A value indicating whether a new server in this region can support multi zone HA.
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
Azure SDK for .NET