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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell