PartnerTopicEventSubscriptions interface
PartnerTopicEventSubscriptions を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, EventSubscription, PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、パートナー トピックのイベント サブスクリプションを非同期的に作成または更新します。 既存のイベント サブスクリプションは、この API で更新されます。
function beginCreateOrUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscription>, EventSubscription>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
作成されるイベント サブスクリプションの名前。 イベント サブスクリプション名の長さは 3 から 64 文字で、英数字のみを使用する必要があります。
- eventSubscriptionInfo
- EventSubscription
宛先とフィルター情報を含むイベント サブスクリプションのプロパティ。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<EventSubscription>, EventSubscription>>
beginCreateOrUpdateAndWait(string, string, string, EventSubscription, PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams)
指定したパラメーターを使用して、パートナー トピックのイベント サブスクリプションを非同期的に作成または更新します。 既存のイベント サブスクリプションは、この API で更新されます。
function beginCreateOrUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: PartnerTopicEventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscription>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
作成されるイベント サブスクリプションの名前。 イベント サブスクリプション名の長さは 3 から 64 文字で、英数字のみを使用する必要があります。
- eventSubscriptionInfo
- EventSubscription
宛先とフィルター情報を含むイベント サブスクリプションのプロパティ。
options パラメーター。
戻り値
Promise<EventSubscription>
beginDelete(string, string, string, PartnerTopicEventSubscriptionsDeleteOptionalParams)
パートナー トピックの既存のイベント サブスクリプションを削除します。
function beginDelete(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
削除するイベント サブスクリプションの名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PartnerTopicEventSubscriptionsDeleteOptionalParams)
パートナー トピックの既存のイベント サブスクリプションを削除します。
function beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
削除するイベント サブスクリプションの名前。
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, EventSubscriptionUpdateParameters, PartnerTopicEventSubscriptionsUpdateOptionalParams)
パートナー トピックの既存のイベント サブスクリプションを更新します。
function beginUpdate(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<EventSubscription>, EventSubscription>>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
更新するイベント サブスクリプションの名前。
- eventSubscriptionUpdateParameters
- EventSubscriptionUpdateParameters
イベント サブスクリプション情報を更新しました。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<EventSubscription>, EventSubscription>>
beginUpdateAndWait(string, string, string, EventSubscriptionUpdateParameters, PartnerTopicEventSubscriptionsUpdateOptionalParams)
パートナー トピックの既存のイベント サブスクリプションを更新します。
function beginUpdateAndWait(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: PartnerTopicEventSubscriptionsUpdateOptionalParams): Promise<EventSubscription>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
更新するイベント サブスクリプションの名前。
- eventSubscriptionUpdateParameters
- EventSubscriptionUpdateParameters
イベント サブスクリプション情報を更新しました。
options パラメーター。
戻り値
Promise<EventSubscription>
get(string, string, string, PartnerTopicEventSubscriptionsGetOptionalParams)
パートナー トピックのイベント サブスクリプションのプロパティを取得します。
function get(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetOptionalParams): Promise<EventSubscription>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
見つかるイベント サブスクリプションの名前。
options パラメーター。
戻り値
Promise<EventSubscription>
getDeliveryAttributes(string, string, string, PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams)
パートナー トピックのイベント サブスクリプションのすべての配信属性を取得します。
function getDeliveryAttributes(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<DeliveryAttributeListResult>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
イベント サブスクリプションの名前。
options パラメーター。
戻り値
Promise<DeliveryAttributeListResult>
getFullUrl(string, string, string, PartnerTopicEventSubscriptionsGetFullUrlOptionalParams)
パートナー トピックのイベント サブスクリプションの完全なエンドポイント URL を取得します。
function getFullUrl(resourceGroupName: string, partnerTopicName: string, eventSubscriptionName: string, options?: PartnerTopicEventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionFullUrl>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
- eventSubscriptionName
-
string
イベント サブスクリプションの名前。
options パラメーター。
戻り値
Promise<EventSubscriptionFullUrl>
listByPartnerTopic(string, string, PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams)
特定のパートナー トピックに属するイベント サブスクリプションを一覧表示します。
function listByPartnerTopic(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicEventSubscriptionsListByPartnerTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription, EventSubscription[], PageSettings>
パラメーター
- resourceGroupName
-
string
ユーザーのサブスクリプション内のリソース グループの名前。
- partnerTopicName
-
string
パートナー トピックの名前。
options パラメーター。
戻り値
Azure SDK for JavaScript