|
AvailabilityGroupStatusListGenerateList Method
|
Generates a
DashboardList containing the health status of the availability group.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 2.2.0.9
Syntaxpublic static DashboardList GenerateList(
Vault vault,
string configKey,
string listTitle = "Availability Group Health Status",
bool excludeCurrent = true
)
Parameters
- vault
- Type: Vault
The connection object. - configKey
- Type: SystemString
The config key for the vault app or module. - listTitle (Optional)
- Type: SystemString
The title of the dashboard list.. - excludeCurrent (Optional)
- Type: SystemBoolean
When true, the current server is not present in the list.
Return Value
Type:
DashboardListDashboardList containing the health status of the availability group.
See Also