AvailabilityGroupQuorumValidationTask Class
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.
Validates the quorum vote configuration of the given availability group. Nodes participating in an AG should only have a quroum vote if they can host the primary replica or if the can host a automatic secondary partnered with the primary. Note the use of 'can' is due to the potential presence of FCIs. Although this task is like a validator but it must be derived from task to fit into the task provider
public class AvailabilityGroupQuorumValidationTask : Microsoft.SqlServer.Management.HadrModel.HadrTask
type AvailabilityGroupQuorumValidationTask = class
inherit HadrTask
Public Class AvailabilityGroupQuorumValidationTask
Inherits HadrTask
- Inheritance
Is |
IsCancelled for derived class to check for long running tasks and termnate early (Inherited from HadrTask) |
Name |
Task name (Inherited from HadrTask) |
Perform(IExecution |
Execute task steps. If a delegate is passed, then the delegate is executed with a policy. Otherwise, the derived class logic is executed (Inherited from HadrTask) |
Perform(IExecution |
Validates the quorum vote configuration of the given availability group. |
Rollback(IExecution |
Rollback task completed steps. If a delegate is passed, then the delegate is executed with a policy. Otherwise, the derived class logic is executed (Inherited from HadrTask) |
Rollback(IExecution |
No support for rolling back in this task |
Task |
Tasks status event handler (Inherited from HadrTask) |
Task |
For isCancelled Check (Inherited from HadrTask) |
Update |
Send tasks execution update event (Inherited from HadrTask) |
Task |
Task progress event handler (Inherited from HadrTask) |
Produkt | Verzie |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 160.2004021.0 |