New-AzEventGridEventHubEventSubscriptionDestinationObject
Skapa ett minnesinternt objekt för EventHubEventSubscriptionDestination.
Syntax
New-AzEventGridEventHubEventSubscriptionDestinationObject
[-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
[-ResourceId <String>]
[<CommonParameters>]
Description
Skapa ett minnesinternt objekt för EventHubEventSubscriptionDestination.
Exempel
Exempel 1: Skapa ett minnesinternt objekt för 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
Skapa ett minnesinternt objekt för EventHubEventSubscriptionDestination.
Parametrar
-DeliveryAttributeMapping
Information om leveransattribut.
Typ: | IDeliveryAttributeMapping[] |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceId
Det Azure-resurs-ID som representerar slutpunkten för ett Event Hub-mål för en händelseprenumeration.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |