AvailabilityGroupStatusListGenerateList Method
Generates a
DashboardList containing the health status of the availability group.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static DashboardList GenerateList(
Vault vault,
string configKey,
string listTitle = "Availability Group Health Status",
bool excludeCurrent = true
)
- vault Vault
- The connection object.
- configKey String
- The config key for the vault app or module.
- listTitle String (Optional)
- The title of the dashboard list..
- excludeCurrent Boolean (Optional)
- When true, the current server is not present in the list.
DashboardListDashboardList containing the health status of the availability group.