New-AzActionGroupEmailReceiverObject
Create an in-memory object for EmailReceiver.
Syntax
New-AzActionGroupEmailReceiverObject
-EmailAddress <String>
-Name <String>
[-UseCommonAlertSchema <Boolean>]
[<CommonParameters>]
Description
Create an in-memory object for EmailReceiver.
Examples
Example 1: create action group email receiver
New-AzActionGroupEmailReceiverObject -EmailAddress user@example.com -Name user1
EmailAddress Name Status UseCommonAlertSchema
------------ ---- ------ --------------------
user@example.com user1
This command creates action group email receiver object.
Parameters
-EmailAddress
The email address of this receiver.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The name of the email receiver. Names must be unique across all receivers within an action group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UseCommonAlertSchema
Indicates whether to use common alert schema.
Type: | Boolean |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.
Azure PowerShell