次の方法で共有


EventGridPublisherClientExtensions.SendCloudNativeCloudEvents メソッド

定義

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

public static Azure.Response SendCloudNativeCloudEvents(this Azure.Messaging.EventGrid.EventGridPublisherClient client, System.Collections.Generic.IEnumerable<CloudNative.CloudEvents.CloudEvent> cloudEvents, System.Threading.CancellationToken cancellationToken = default);
static member SendCloudNativeCloudEvents : Azure.Messaging.EventGrid.EventGridPublisherClient * seq<CloudNative.CloudEvents.CloudEvent> * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function SendCloudNativeCloudEvents (client As EventGridPublisherClient, cloudEvents As IEnumerable(Of CloudEvent), Optional cancellationToken As CancellationToken = Nothing) As Response

パラメーター

client
EventGridPublisherClient

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

cloudEvents
IEnumerable<CloudNative.CloudEvents.CloudEvent>

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

cancellationToken
CancellationToken

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

戻り値

適用対象