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.
Network related 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 high availability mode for a server. Possible values include: 'Disabled', 'ZoneRedundant', 'SameZone' |
StandbyAvailabilityZone |
Gets or sets availability zone of the standby server. |
State |
Gets the state of server high availability. Possible values include: 'NotEnabled', 'CreatingStandby', 'Healthy', 'FailingOver', 'RemovingStandby' |
Applies to
Azure SDK for .NET