次の方法で共有


SystemTopicEventSubscriptionsOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
ISystemTopicEventSubscriptionsOperations

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

resourceGroupName
String

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

systemTopicName
String

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

eventSubscriptionName
String

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

eventSubscriptionInfo
EventSubscription

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

戻り値

注釈

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

適用対象