次の方法で共有


New-AzEventGridAzureFunctionEventSubscriptionDestinationObject

AzureFunctionEventSubscriptionDestination のメモリ内オブジェクトを作成します。

構文

New-AzEventGridAzureFunctionEventSubscriptionDestinationObject
   [-DeliveryAttributeMapping <IDeliveryAttributeMapping[]>]
   [-MaxEventsPerBatch <Int32>]
   [-PreferredBatchSizeInKilobyte <Int32>]
   [-ResourceId <String>]
   [<CommonParameters>]

説明

AzureFunctionEventSubscriptionDestination のメモリ内オブジェクトを作成します。

例 1: 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

AzureFunctionEventSubscriptionDestination のメモリ内オブジェクトを作成します。

パラメーター

-DeliveryAttributeMapping

配信属性の詳細。

型:IDeliveryAttributeMapping[]
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-MaxEventsPerBatch

バッチあたりのイベントの最大数。

型:Int32
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-PreferredBatchSizeInKilobyte

推奨されるバッチ サイズ (KB 単位)。

型:Int32
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

-ResourceId

イベント サブスクリプションの Azure 関数の送信先のエンドポイントを表す Azure リソース ID。

型:String
配置:Named
規定値:None
必須:False
パイプライン入力を受け取る:False
ワイルドカード文字を受け取る:False

出力

AzureFunctionEventSubscriptionDestination