次の方法で共有


NamespaceTopicEventSubscriptions interface

NamespaceTopicEventSubscriptions を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, Subscription, NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, Subscription, NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, string, NamespaceTopicEventSubscriptionsDeleteOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを削除します。

beginDeleteAndWait(string, string, string, string, NamespaceTopicEventSubscriptionsDeleteOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを削除します。

beginUpdate(string, string, string, string, SubscriptionUpdateParameters, NamespaceTopicEventSubscriptionsUpdateOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを更新します。

beginUpdateAndWait(string, string, string, string, SubscriptionUpdateParameters, NamespaceTopicEventSubscriptionsUpdateOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを更新します。

get(string, string, string, string, NamespaceTopicEventSubscriptionsGetOptionalParams)

名前空間トピックのイベント サブスクリプションのプロパティを取得します。

getDeliveryAttributes(string, string, string, string, NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams)

名前空間トピックのイベント サブスクリプションのすべての配信属性を取得します。

getFullUrl(string, string, string, string, NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams)

名前空間トピックのイベント サブスクリプションの完全なエンドポイント URL を取得します。

listByNamespaceTopic(string, string, string, NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams)

特定の名前空間トピックに属するイベント サブスクリプションを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, Subscription, NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Subscription>, Subscription>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

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

eventSubscriptionInfo
Subscription

配信モード、フィルター情報などを含むイベント サブスクリプションのプロパティ。

options
NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Subscription>, Subscription>>

beginCreateOrUpdateAndWait(string, string, string, string, Subscription, NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionInfo: Subscription, options?: NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<Subscription>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

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

eventSubscriptionInfo
Subscription

配信モード、フィルター情報などを含むイベント サブスクリプションのプロパティ。

options
NamespaceTopicEventSubscriptionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Subscription>

beginDelete(string, string, string, string, NamespaceTopicEventSubscriptionsDeleteOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを削除します。

function beginDelete(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

削除するイベント サブスクリプションの名前。

options
NamespaceTopicEventSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, string, NamespaceTopicEventSubscriptionsDeleteOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを削除します。

function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

削除するイベント サブスクリプションの名前。

options
NamespaceTopicEventSubscriptionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, string, string, SubscriptionUpdateParameters, NamespaceTopicEventSubscriptionsUpdateOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを更新します。

function beginUpdate(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Subscription>, Subscription>>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

更新するイベント サブスクリプションの名前。

eventSubscriptionUpdateParameters
SubscriptionUpdateParameters

イベント サブスクリプション情報を更新しました。

options
NamespaceTopicEventSubscriptionsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Subscription>, Subscription>>

beginUpdateAndWait(string, string, string, string, SubscriptionUpdateParameters, NamespaceTopicEventSubscriptionsUpdateOptionalParams)

名前空間トピックの既存のイベント サブスクリプションを更新します。

function beginUpdateAndWait(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: SubscriptionUpdateParameters, options?: NamespaceTopicEventSubscriptionsUpdateOptionalParams): Promise<Subscription>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

更新するイベント サブスクリプションの名前。

eventSubscriptionUpdateParameters
SubscriptionUpdateParameters

イベント サブスクリプション情報を更新しました。

options
NamespaceTopicEventSubscriptionsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Subscription>

get(string, string, string, string, NamespaceTopicEventSubscriptionsGetOptionalParams)

名前空間トピックのイベント サブスクリプションのプロパティを取得します。

function get(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetOptionalParams): Promise<Subscription>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

見つかるイベント サブスクリプションの名前。

options
NamespaceTopicEventSubscriptionsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Subscription>

getDeliveryAttributes(string, string, string, string, NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams)

名前空間トピックのイベント サブスクリプションのすべての配信属性を取得します。

function getDeliveryAttributes(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DeliveryAttributeListResult>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

イベント サブスクリプションの名前。

options
NamespaceTopicEventSubscriptionsGetDeliveryAttributesOptionalParams

オプション パラメーター。

戻り値

getFullUrl(string, string, string, string, NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams)

名前空間トピックのイベント サブスクリプションの完全なエンドポイント URL を取得します。

function getFullUrl(resourceGroupName: string, namespaceName: string, topicName: string, eventSubscriptionName: string, options?: NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<SubscriptionFullUrl>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

eventSubscriptionName

string

イベント サブスクリプションの名前。

options
NamespaceTopicEventSubscriptionsGetFullUrlOptionalParams

オプション パラメーター。

戻り値

listByNamespaceTopic(string, string, string, NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams)

特定の名前空間トピックに属するイベント サブスクリプションを一覧表示します。

function listByNamespaceTopic(resourceGroupName: string, namespaceName: string, topicName: string, options?: NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams): PagedAsyncIterableIterator<Subscription, Subscription[], PageSettings>

パラメーター

resourceGroupName

string

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

namespaceName

string

名前空間の名前。

topicName

string

名前空間トピックの名前。

options
NamespaceTopicEventSubscriptionsListByNamespaceTopicOptionalParams

オプション パラメーター。

戻り値