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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell