ArmCostManagementModelFactory.NotificationProperties Method

Definition

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.

Applies to