次の方法で共有


PartnerTopicEventSubscriptionsOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
IPartnerTopicEventSubscriptionsOperations

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

resourceGroupName
String

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

partnerTopicName
String

パートナー トピックの名前。

eventSubscriptionName
String

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

eventSubscriptionInfo
EventSubscription

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

戻り値

注釈

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

適用対象