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