次の方法で共有


DomainEventSubscriptionsOperationsExtensions.CreateOrUpdate メソッド

定義

ドメインへのイベント サブスクリプションを作成または更新します。

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

パラメーター

operations
IDomainEventSubscriptionsOperations

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

resourceGroupName
String

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

domainName
String

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

eventSubscriptionName
String

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

eventSubscriptionInfo
EventSubscription

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

戻り値

注釈

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

適用対象