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.MySQL.FlexibleServers.Models.HighAvailability : string * string * string -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.HighAvailability
Public Sub New (Optional mode As String = Nothing, Optional state As String = Nothing, Optional standbyAvailabilityZone As String = Nothing)
Parameters
- mode
- String
High availability mode for a server. Possible values include: 'Disabled', 'ZoneRedundant', 'SameZone'
- state
- String
The state of server high availability. Possible values include: 'NotEnabled', 'CreatingStandby', 'Healthy', 'FailingOver', 'RemovingStandby'
- standbyAvailabilityZone
- String
Availability zone of the standby server.
Applies to
Azure SDK for .NET