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