New-AzEventGridEventHubEventSubscriptionDestinationObject

Create an in-memory object for EventHubEventSubscriptionDestination.

Syntax

New-AzEventGridEventHubEventSubscriptionDestinationObject
   [-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
   [-ResourceId <String>]
   [<CommonParameters>]

Description

Create an in-memory object for EventHubEventSubscriptionDestination.

Examples

Example 1: Create an in-memory object for EventHubEventSubscriptionDestination.

$damObj = New-AzEventGridDeliveryAttributeMappingObject -Type "TestType" -Name "TestName"
$eventSubObj = Get-AzEventGridSubscription -ResourceGroupName azps_test_group_eventgrid -DomainName azps-domain -TopicName azps-topic
New-AzEventGridEventHubEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id

New-AzEventGridEventHubEventSubscriptionDestinationObject -DeliveryAttributeMapping $damObj -ResourceId $eventSubObj.Id

Create an in-memory object for EventHubEventSubscriptionDestination.

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 an Event Hub destination of an event subscription.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

EventHubEventSubscriptionDestination