< Back

New-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages

Sat Jan 18, 2020 12:25 pm

NAME New-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages



SYNOPSIS

Creates a "microsoft.graph.localizedNotificationMessage" object.





SYNTAX

New-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages -notificationMessageTemplateId

<string> [-isDefault <bool>] [-lastModifiedDateTime <DateTimeOffset>] [-locale <string>] [-messageTemplate

<string>] [-subject <string>] [<CommonParameters>]



New-DeviceManagement_NotificationMessageTemplates_LocalizedNotificationMessages -notificationMessageTemplateId

<string> -ODataType <string> [-isDefault <bool>] [-lastModifiedDateTime <DateTimeOffset>] [-locale <string>]

[-messageTemplate <string>] [-subject <string>] [<CommonParameters>]





DESCRIPTION

Adds a "microsoft.graph.localizedNotificationMessage" object to the "localizedNotificationMessages" collection.



The list of localized messages for this Notification Message Template.



Graph call: POST

~/deviceManagement/notificationMessageTemplates/{notificationMessageTemplateId}/localizedNotificationMessages





PARAMETERS

-notificationMessageTemplateId <string>

A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the

"notificationMessageTemplates" collection.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



DateTime the object was last modified.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-locale <string>

The "locale" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Locale for which this message is destined.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-subject <string>

The "subject" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Message Template Subject.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-messageTemplate <string>

The "messageTemplate" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Message Template content.



Required? false

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-isDefault <bool>

The "isDefault" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set.

To unset, set this property to true on another Localized Notification Message.



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ODataType <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-@odata.type <string>

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.



This is an alias of the ODataType parameter.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

A required ID for referencing a "microsoft.graph.notificationMessageTemplate" object in the

"notificationMessageTemplates" collection.



System.DateTimeOffset

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



DateTime the object was last modified.



System.String

The "locale" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Locale for which this message is destined.



System.String

The "subject" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Message Template Subject.



System.String

The "messageTemplate" property, of type "Edm.String".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



The Message Template content.



System.Boolean

The "isDefault" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.localizedNotificationMessage" type.



Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set.

To unset, set this property to true on another Localized Notification Message.



System.String

The value provided in a search result (i.e. GET on a collection) in the "@odata.type" property.





OUTPUTS





RELATED LINKS

GitHub Repository https://github.com/Microsoft/Intune-PowerShell-SDK