HighAvailability 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
HighAvailability() |
Initializes a new instance of the HighAvailability class. |
HighAvailability(String, String, String) |
Initializes a new instance of the HighAvailability class. |
HighAvailability()
Initializes a new instance of the HighAvailability class.
public HighAvailability ();
Public Sub New ()
Applies to
HighAvailability(String, String, String)
Initializes a new instance of the HighAvailability class.
public HighAvailability (string mode = default, string state = default, string standbyAvailabilityZone = default);
new Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HighAvailability : string * string * string -> Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.HighAvailability
Public Sub New (Optional mode As String = Nothing, Optional state As String = Nothing, Optional standbyAvailabilityZone As String = Nothing)
Parameters
- mode
- String
The HA mode for the server. Possible values include: 'Disabled', 'ZoneRedundant'
- state
- String
A state of a HA server that is visible to user. Possible values include: 'NotEnabled', 'CreatingStandby', 'ReplicatingData', 'FailingOver', 'Healthy', 'RemovingStandby'
- standbyAvailabilityZone
- String
availability zone information of the standby.
Applies to
Azure SDK for .NET