ArmCostManagementModelFactory.NotificationProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of the scheduled action notification.
public static Azure.ResourceManager.CostManagement.Models.NotificationProperties NotificationProperties(System.Collections.Generic.IEnumerable<string> to = default, string language = default, string message = default, string regionalFormat = default, string subject = default);
static member NotificationProperties : seq<string> * string * string * string * string -> Azure.ResourceManager.CostManagement.Models.NotificationProperties
Public Shared Function NotificationProperties (Optional to As IEnumerable(Of String) = Nothing, Optional language As String = Nothing, Optional message As String = Nothing, Optional regionalFormat As String = Nothing, Optional subject As String = Nothing) As NotificationProperties
Parameters
- to
- IEnumerable<String>
Array of email addresses.
- language
- String
Locale of the email.
- message
- String
Optional message to be added in the email. Length is limited to 250 characters.
- regionalFormat
- String
Regional format used for formatting date/time and currency values in the email.
- subject
- String
Subject of the email. Length is limited to 70 characters.
Returns
A new NotificationProperties instance for mocking.