NamespaceTopicEventSubscriptions interface
NamespaceTopicEventSubscriptions を表すインターフェイス。
メソッド
メソッドの詳細
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
配信モード、フィルター情報などを含むイベント サブスクリプションのプロパティ。
オプション パラメーター。
戻り値
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
配信モード、フィルター情報などを含むイベント サブスクリプションのプロパティ。
オプション パラメーター。
戻り値
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
削除するイベント サブスクリプションの名前。
オプション パラメーター。
戻り値
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
削除するイベント サブスクリプションの名前。
オプション パラメーター。
戻り値
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
イベント サブスクリプション情報を更新しました。
オプション パラメーター。
戻り値
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
イベント サブスクリプション情報を更新しました。
オプション パラメーター。
戻り値
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
見つかるイベント サブスクリプションの名前。
オプション パラメーター。
戻り値
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
イベント サブスクリプションの名前。
オプション パラメーター。
戻り値
Promise<DeliveryAttributeListResult>
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
イベント サブスクリプションの名前。
オプション パラメーター。
戻り値
Promise<SubscriptionFullUrl>
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
名前空間トピックの名前。
オプション パラメーター。