HighAvailability 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.
High availability properties of a server
public class HighAvailability
type HighAvailability = class
Public Class HighAvailability
- Inheritance
-
HighAvailability
Constructors
HighAvailability() |
Initializes a new instance of the HighAvailability class. |
HighAvailability(String, String, String) |
Initializes a new instance of the HighAvailability class. |
Properties
Mode |
Gets or sets the HA mode for the server. Possible values include: 'Disabled', 'ZoneRedundant' |
StandbyAvailabilityZone |
Gets or sets availability zone information of the standby. |
State |
Gets a state of a HA server that is visible to user. Possible values include: 'NotEnabled', 'CreatingStandby', 'ReplicatingData', 'FailingOver', 'Healthy', 'RemovingStandby' |
Applies to
Azure SDK for .NET