< Back

New-LocalizedNotificationMessageObject

Sat Jan 18, 2020 12:34 pm

NAME New-LocalizedNotificationMessageObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.localizedNotificationMessage" (or one of its derived

types).





SYNTAX

New-LocalizedNotificationMessageObject [-isDefault <bool>] [-lastModifiedDateTime <DateTimeOffset>] [-locale

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





DESCRIPTION

Creates a new object which represents a "microsoft.graph.localizedNotificationMessage" (or one of its derived

types).



The text content of a Notification Message Template for the specified locale.





PARAMETERS

-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? false

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? false

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? false

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? false

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? false

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



OUTPUTS





RELATED LINKS