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