次の方法で共有


TopicEventSubscriptionsOperationsExtensions.BeginCreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.EventGrid.Models.EventSubscription BeginCreateOrUpdate (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string eventSubscriptionName, Microsoft.Azure.Management.EventGrid.Models.EventSubscription eventSubscriptionInfo);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.EventGrid.Models.EventSubscription -> Microsoft.Azure.Management.EventGrid.Models.EventSubscription
<Extension()>
Public Function BeginCreateOrUpdate (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, eventSubscriptionName As String, eventSubscriptionInfo As EventSubscription) As EventSubscription

パラメーター

operations
ITopicEventSubscriptionsOperations

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

resourceGroupName
String

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

topicName
String

ドメイン トピックの名前。

eventSubscriptionName
String

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

eventSubscriptionInfo
EventSubscription

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

戻り値

注釈

新しいイベント サブスクリプションを非同期に作成するか、既存のイベント サブスクリプションを更新します。

適用対象