New-AzEventGridWebHookEventSubscriptionDestinationObject
Create an in-memory object for WebHookEventSubscriptionDestination.
New-AzEventGridWebHookEventSubscriptionDestinationObject
[-AzureActiveDirectoryApplicationIdOrUri <String>]
[-AzureActiveDirectoryTenantId <String>]
[-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
[-EndpointUrl <String>]
[-MaxEventsPerBatch <Int32>]
[-MinimumTlsVersionAllowed <String>]
[-PreferredBatchSizeInKilobyte <Int32>]
[<CommonParameters>]
Create an in-memory object for WebHookEventSubscriptionDestination.
New-AzEventGridWebHookEventSubscriptionDestinationObject -EndpointUrl "https://azpsweb.azurewebsites.net/api/updates"
EndpointType
------------
WebHook
Create an in-memory object for WebHookEventSubscriptionDestination. A usable EndpointUrl can be created from this link: https://learn.microsoft.com/en-us/azure/event-grid/custom-event-quickstart-powershell
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Delivery attribute details.
Type: | IDeliveryAttributeMapping[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The URL that represents the endpoint of the destination of an event subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Maximum number of events per batch.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Minimum TLS version that should be supported by webhook endpoint.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Preferred batch size in Kilobytes.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |