New-AzEventGridEventHubEventSubscriptionDestinationObject
建立 EventHubEventSubscriptionDestination 的記憶體內部物件。
語法
New-AzEventGridEventHubEventSubscriptionDestinationObject
[-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
[-ResourceId <String>]
[<CommonParameters>]
Description
建立 EventHubEventSubscriptionDestination 的記憶體內部物件。
範例
範例 1:建立 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
建立 EventHubEventSubscriptionDestination 的記憶體內部物件。
參數
-DeliveryAttributeMapping
傳遞屬性詳細數據。
類型: | IDeliveryAttributeMapping[] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
代表事件訂用帳戶事件中樞目的地端點的 Azure 資源識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |