New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject
Create an in-memory object for ServiceBusTopicEventSubscriptionDestination.
Syntax
New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject
[-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
[-ResourceId <String>]
[<CommonParameters>]
Description
Create an in-memory object for ServiceBusTopicEventSubscriptionDestination.
Examples
Example 1: Create an in-memory object for ServiceBusTopicEventSubscriptionDestination.
$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName"
$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic
New-AzEventGridServiceBusTopicEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id
EndpointType
------------
ServiceBusTopic
Create an in-memory object for ServiceBusTopicEventSubscriptionDestination.
Parameters
-DeliveryAttributeMapping
Delivery attribute details.
Type: | IDeliveryAttributeMapping[] |
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 Service Bus Topic 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