Uses of Class
com.azure.resourcemanager.costmanagement.models.AlertSource
Packages that use 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
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return AlertSourceModifier and TypeMethodDescriptionAlertInner.source()Get the source property: Source of alert.AlertProperties.source()Get the source property: Source of alert.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type AlertSourceModifier 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
Fields in com.azure.resourcemanager.costmanagement.models declared as AlertSourceModifier and TypeFieldDescriptionstatic final AlertSourceAlertSource.PRESETStatic value Preset for AlertSource.static final AlertSourceAlertSource.USERStatic value User for AlertSource.Methods in com.azure.resourcemanager.costmanagement.models that return AlertSourceModifier and TypeMethodDescriptionstatic AlertSourceAlertSource.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.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type AlertSourceModifier and TypeMethodDescriptionstatic Collection<AlertSource>AlertSource.values()Gets known AlertSource values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type AlertSourceModifier and TypeMethodDescriptionDismissAlertPayload.withSource(AlertSource source) Set the source property: Source of alert.