Uses of Class
com.azure.resourcemanager.dataprotection.models.AlertsState
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of AlertsState in com.azure.resourcemanager.dataprotection.models
Modifier and TypeFieldDescriptionstatic final AlertsState
AlertsState.DISABLED
Static value Disabled for AlertsState.static final AlertsState
AlertsState.ENABLED
Static value Enabled for AlertsState.Modifier and TypeMethodDescriptionAzureMonitorAlertSettings.alertsForAllJobFailures()
Get the alertsForAllJobFailures property: The alertsForAllJobFailures property.static AlertsState
AlertsState.fromString
(String name) Creates or finds a AlertsState from its string representation.Modifier and TypeMethodDescriptionstatic Collection<AlertsState>
AlertsState.values()
Gets known AlertsState values.Modifier and TypeMethodDescriptionAzureMonitorAlertSettings.withAlertsForAllJobFailures
(AlertsState alertsForAllJobFailures) Set the alertsForAllJobFailures property: The alertsForAllJobFailures property.