New-AzEventGridAzureFunctionEventSubscriptionDestinationObject
Create an in-memory object for AzureFunctionEventSubscriptionDestination.
Syntax
New-AzEventGridAzureFunctionEventSubscriptionDestinationObject
[-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
[-MaxEventsPerBatch <Int32>]
[-PreferredBatchSizeInKilobyte <Int32>]
[-ResourceId <String>]
[<CommonParameters>]
Description
Create an in-memory object for AzureFunctionEventSubscriptionDestination.
Examples
Example 1: Create an in-memory object for AzureFunctionEventSubscriptionDestination.
$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName"
$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic
New-AzEventGridAzureFunctionEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id
EndpointType
------------
AzureFunction
Create an in-memory object for AzureFunctionEventSubscriptionDestination.
Parameters
-DeliveryAttributeMapping
Delivery attribute details.
Type: | IDeliveryAttributeMapping[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MaxEventsPerBatch
Maximum number of events per batch.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PreferredBatchSizeInKilobyte
Preferred batch size in Kilobytes.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell