次の方法で共有


SystemTopicEventSubscriptionsOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

システム トピックのイベント サブスクリプションを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.EventGrid.ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, Microsoft.Azure.Management.EventGrid.Models.EventSubscription eventSubscriptionInfo, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.EventGrid.ISystemTopicEventSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.EventGrid.Models.EventSubscription * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As ISystemTopicEventSubscriptionsOperations, resourceGroupName As String, systemTopicName As String, eventSubscriptionName As String, eventSubscriptionInfo As EventSubscription, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventSubscription)

パラメーター

operations
ISystemTopicEventSubscriptionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

systemTopicName
String

システム トピックの名前。

eventSubscriptionName
String

作成されるイベント サブスクリプションの名前。 イベント サブスクリプション名の長さは 3 ~ 100 文字で、英数字のみを使用する必要があります。

eventSubscriptionInfo
EventSubscription

変換先とフィルター情報を含むイベント サブスクリプションのプロパティ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したパラメーターを使用してイベント サブスクリプションを非同期に作成または更新します。 既存のイベント サブスクリプションは、この API で更新されます。

適用対象