New-AzActivityLogAlertActionGroupObject
Create an in-memory object for ActionGroup.
Syntax
Default (Default)
New-AzActivityLogAlertActionGroupObject
-Id <String>
[-WebhookProperty <IActionGroupWebhookProperties>]
[<CommonParameters>]
Description
Create an in-memory object for ActionGroup.
Examples
Example 1: Create action group object
New-AzActivityLogAlertActionGroupObject -Id $ActionGroupResourceId -WebhookProperty @{"sampleWebhookProperty"="SamplePropertyValue"}
Create action group object
Parameters
-Id
The resource ID of the Action Group. This cannot be null or empty.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WebhookProperty
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload. To construct, see NOTES section for WEBHOOKPROPERTY properties and create a hash table.
Parameter properties
Type: | IActionGroupWebhookProperties |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.