AvailabilityGroupStatusList Class

Multi-server mode availability status dashboard list.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class AvailabilityGroupStatusList : DashboardList
Inheritance
Object    DashboardList    AvailabilityGroupStatusList

Constructors

AvailabilityGroupStatusList Generates a DashboardList containing the health status of the availability group.

Properties

Commands The top-level commands for the listing (optional).
(Inherited from DashboardList)
ID The id of the list. Optional. Will appear in the html output, so the list can be referenced.
(Inherited from DashboardList)
Items The list's items.
(Inherited from DashboardList)
Title The title of the listing (optional).
(Inherited from DashboardList)
TreePath The domain tree path this list item represents (optional). If specified, the title will become a link that navigates to the tree node at the path in the configurator's navigation pane.
(Inherited from DashboardList)

Methods

Generate Renders the list.
(Inherited from DashboardList)
GenerateList Generates a DashboardList containing the health status of the availability group.

See Also