Get-AzContainerRegistryWebhookEvent
Lists recent events for the specified webhook.
Syntax
Get-AzContainerRegistryWebhookEvent
-RegistryName <String>
-ResourceGroupName <String>
-WebhookName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-AzContainerRegistryWebhookEvent
[-SubscriptionId <String[]>]
-Webhook <IWebhook>
[-DefaultProfile <PSObject>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Lists recent events for the specified webhook.
Examples
Example 1: Gets events of a container registry webhook.
Get-AzContainerRegistryWebhookEvent -ResourceGroupName lnxtest -RegistryName lnxcr -WebhookName webhook001
ContentAction ContentTimestamp ResponseMessageStatusCode
------------- ---------------- -------------------------
ping 1/19/2023 6:57:21 AM 200
ping 1/16/2023 9:30:18 PM 200
ping 1/16/2023 9:27:30 PM 200
ping 1/16/2023 9:23:50 PM 200
ping 1/16/2023 9:13:47 PM 200
ping 1/16/2023 9:04:55 PM 200
Gets events of a container registry webhook.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RegistryName
The name of the container registry.
Type: | String |
Aliases: | ContainerRegistryName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Webhook
The Webhook Object. To construct, see NOTES section for WEBHOOK properties and create a hash table.
Type: | IWebhook |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WebhookName
The name of the webhook.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell