Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertSource
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of AlertSource in com.azure.resourcemanager.costmanagement.fluent.models
Modifier and TypeMethodDescriptionAlertInner.source()
Get the source property: Source of alert.AlertProperties.source()
Get the source property: Source of alert.Modifier and TypeMethodDescriptionAlertInner.withSource
(AlertSource source) Set the source property: Source of alert.AlertProperties.withSource
(AlertSource source) Set the source property: Source of alert. -
Uses of AlertSource in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final AlertSource
AlertSource.PRESET
Static value Preset for AlertSource.static final AlertSource
AlertSource.USER
Static value User for AlertSource.Modifier and TypeMethodDescriptionstatic AlertSource
AlertSource.fromString
(String name) Creates or finds a AlertSource from its string representation.Alert.source()
Gets the source property: Source of alert.DismissAlertPayload.source()
Get the source property: Source of alert.Modifier and TypeMethodDescriptionstatic Collection<AlertSource>
AlertSource.values()
Gets known AlertSource values.Modifier and TypeMethodDescriptionDismissAlertPayload.withSource
(AlertSource source) Set the source property: Source of alert.