Uses of Class
com.azure.resourcemanager.costmanagement.models.NotificationProperties
Packages that use NotificationProperties
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of NotificationProperties in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return NotificationPropertiesModifier and TypeMethodDescriptionScheduledActionInner.notification()Get the notification property: Notification properties based on scheduled action kind.ScheduledActionProperties.notification()Get the notification property: Notification properties based on scheduled action kind.Methods in com.azure.resourcemanager.costmanagement.fluent.models with parameters of type NotificationPropertiesModifier and TypeMethodDescriptionScheduledActionInner.withNotification(NotificationProperties notification) Set the notification property: Notification properties based on scheduled action kind.ScheduledActionProperties.withNotification(NotificationProperties notification) Set the notification property: Notification properties based on scheduled action kind. -
Uses of NotificationProperties in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return NotificationPropertiesModifier and TypeMethodDescriptionScheduledAction.notification()Gets the notification property: Notification properties based on scheduled action kind.NotificationProperties.withLanguage(String language) Set the language property: Locale of the email.NotificationProperties.withMessage(String message) Set the message property: Optional message to be added in the email.NotificationProperties.withRegionalFormat(String regionalFormat) Set the regionalFormat property: Regional format used for formatting date/time and currency values in the email.NotificationProperties.withSubject(String subject) Set the subject property: Subject of the email.Set the to property: Array of email addresses.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type NotificationPropertiesModifier and TypeMethodDescriptionScheduledAction.DefinitionStages.WithNotification.withNotification(NotificationProperties notification) Specifies the notification property: Notification properties based on scheduled action kind..ScheduledAction.UpdateStages.WithNotification.withNotification(NotificationProperties notification) Specifies the notification property: Notification properties based on scheduled action kind..