AlterAvailabilityGroupActionType Enum
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.
The types alter availability group actions
public enum AlterAvailabilityGroupActionType
type AlterAvailabilityGroupActionType =
Public Enum AlterAvailabilityGroupActionType
- Inheritance
-
AlterAvailabilityGroupActionType
Fields
Name | Value | Description |
---|---|---|
Failover | 0 | Failover |
ForceFailoverAllowDataLoss | 1 | Force failover with allowed data loss |
Online | 2 | Take the availability group online |
Offline | 3 | Take the availability group offline |
Join | 4 | Join the availability group |