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