New-AzActionGroupReceiver
建立新的動作群組接收者。
語法
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-EmailReceiver]
-EmailAddress <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-SmsReceiver]
[-CountryCode <String>]
-PhoneNumber <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-WebhookReceiver]
-ServiceUri <String>
[-UseAadAuth]
[-ObjectId <String>]
[-IdentifierUri <String>]
[-TenantId <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-ItsmReceiver]
-WorkspaceId <String>
-ConnectionId <String>
-TicketConfiguration <String>
-Region <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-VoiceReceiver]
[-VoiceCountryCode <String>]
-VoicePhoneNumber <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-ArmRoleReceiver]
-RoleId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AzureFunctionReceiver]
-FunctionAppResourceId <String>
-HttpTriggerUrl <String>
-FunctionName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-LogicAppReceiver]
-ResourceId <String>
-CallbackUrl <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AutomationRunbookReceiver]
-AutomationAccountId <String>
-RunbookName <String>
[-IsGlobalRunbook]
-AutomationRunbookServiceUri <String>
-WebhookResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzActionGroupReceiver
-Name <String>
[-UseCommonAlertSchema]
[-AzureAppPushReceiver]
-AzureAppPushEmailAddress <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzActionGroupReceiver Cmdlet 會在記憶體中建立新的動作群組接收器。
範例
範例 1:在記憶體中建立新的電子郵件接收者。
PS C:\>$emailReceiver = New-AzActionGroupReceiver -Name 'emailReceiver1' -EmailReceiver -EmailAddress 'user1@example.com'
此命令會在記憶體中建立新的電子郵件接收者。
範例 2:在記憶體中建立新的 SMS 接收器。
PS C:\>$smsReceiver = New-AzActionGroupReceiver -Name 'smsReceiver1' -SmsReceiver -CountryCode '1' -PhoneNumber '5555555555'
此命令會在記憶體中建立新的SMS接收器。
範例 3:在記憶體中建立新的 Webhook 接收器。
PS C:\>$webhookReceiver = New-AzActionGroupReceiver -Name 'webhookReceiver1' -WebhookReceiver -ServiceUri 'http://test.com'
此命令會在記憶體中建立新的 Webhook 接收器。
參數
-ArmRoleReceiver
建立 ArmRoleReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-AutomationAccountId
AutomationAccountId
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-AutomationRunbookReceiver
建立 AutomationRunbookReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-AutomationRunbookServiceUri
應傳送 Webhook 的 URI
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-AzureAppPushEmailAddress
AzureAppPushEmailAddress
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-AzureAppPushReceiver
建立 AzureAppPushReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-AzureFunctionReceiver
建立 ArmRoleReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-CallbackUrl
CallbackUrl
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ConnectionId
這個接收者的itsm連接標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-CountryCode
指定SMS接收者的國家/地區代碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-EmailAddress
指定電子郵件接收者的位址。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-EmailReceiver
指定建立電子郵件接收者
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-FunctionAppResourceId
函式應用程式 resourceId
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-FunctionName
functionName
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-HttpTriggerUrl
httpTriggerUrl
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-IdentifierUri
aad 驗證的標識碼 URI
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-IsGlobalRunbook
指出這個實例是否為全域 Runbook
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ItsmReceiver
建立 ItsmReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-LogicAppReceiver
建立 LogicAppReceiver
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
指定接收者的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ObjectId
aad 驗證的 Webhook 應用程式對象識別碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-PhoneNumber
指定SMS接收者的電話號碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Region
此接收者的itsm區域
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceId
ResourceId
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RoleId
接收者的arm角色標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-RunbookName
RunbookName
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ServiceUri
指定 Webhook 接收者的 URI。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-SmsReceiver
指定建立SMS接收者
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TenantId
aad 驗證的租用戶標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-TicketConfiguration
此接收者的 itsm TicketConfiguration
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-UseAadAuth
使用新增驗證的旗標
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-UseCommonAlertSchema
旗標是否要使用一般警示架構 。 對於SMS、Azure 應用程式推播、ITSM和語音轉寄員,將會忽略此值。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-VoiceCountryCode
語音接收器的國家/地區代碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-VoicePhoneNumber
語音接收器的電話號碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-VoiceReceiver
建立語音接收器
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WebhookReceiver
指定建立 Webhook 接收者
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WebhookResourceId
WebhookResourceId
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WorkspaceId
此接收者的 itsm 工作區標識符
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |