次の方法で共有


EventGridPublisherClientExtensions.SendCloudNativeCloudEvent メソッド

定義

一連の CloudEvents を Event Grid トピックに発行します。

public static Azure.Response SendCloudNativeCloudEvent (this Azure.Messaging.EventGrid.EventGridPublisherClient client, CloudNative.CloudEvents.CloudEvent cloudEvent, System.Threading.CancellationToken cancellationToken = default);
static member SendCloudNativeCloudEvent : Azure.Messaging.EventGrid.EventGridPublisherClient * CloudNative.CloudEvents.CloudEvent * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function SendCloudNativeCloudEvent (client As EventGridPublisherClient, cloudEvent As CloudEvent, Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

client
EventGridPublisherClient

EventGridPublisherClient拡張するインスタンス。

cloudEvent
CloudNative.CloudEvents.CloudEvent

Event Grid に発行されるイベント。

cancellationToken
CancellationToken

操作を取り消す要求を通知する省略可能なキャンセル トークン インスタンス。

戻り値

適用対象