Uses of Class
com.azure.resourcemanager.alertsmanagement.models.ActionType
Packages that use ActionType
Package
Description
Package containing the data models for AlertsManagementClient.
-
Uses of ActionType in com.azure.resourcemanager.alertsmanagement.models
Fields in com.azure.resourcemanager.alertsmanagement.models declared as ActionTypeModifier and TypeFieldDescriptionstatic final ActionType
ActionType.ADD_ACTION_GROUPS
Static value AddActionGroups for ActionType.static final ActionType
ActionType.REMOVE_ALL_ACTION_GROUPS
Static value RemoveAllActionGroups for ActionType.Methods in com.azure.resourcemanager.alertsmanagement.models that return ActionTypeModifier and TypeMethodDescriptionstatic ActionType
ActionType.fromString
(String name) Creates or finds a ActionType from its string representation.Methods in com.azure.resourcemanager.alertsmanagement.models that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Collection<ActionType>
ActionType.values()
Gets known ActionType values.