SubscriptionsOperations interface

サブスクリプション操作を表すインターフェース。

プロパティ

checkZonePeers

サブスクリプションの論理ゾーン マッピングを比較します

get

指定したサブスクリプションに関する詳細を取得します。

list

テナントのすべてのサブスクリプションを取得します。

listLocations

この操作は、リソース プロバイダーで使用できるすべての場所を提供します。ただし、各リソース プロバイダーは、この一覧のサブセットをサポートする場合があります。

プロパティの詳細

checkZonePeers

サブスクリプションの論理ゾーン マッピングを比較します

checkZonePeers: (subscriptionId: string, parameters: CheckZonePeersRequest, options?: SubscriptionsCheckZonePeersOptionalParams) => Promise<CheckZonePeersResult>

プロパティ値

(subscriptionId: string, parameters: CheckZonePeersRequest, options?: SubscriptionsCheckZonePeersOptionalParams) => Promise<CheckZonePeersResult>

get

指定したサブスクリプションに関する詳細を取得します。

get: (subscriptionId: string, options?: SubscriptionsGetOptionalParams) => Promise<Subscription>

プロパティ値

(subscriptionId: string, options?: SubscriptionsGetOptionalParams) => Promise<Subscription>

list

テナントのすべてのサブスクリプションを取得します。

list: (options?: SubscriptionsListOptionalParams) => PagedAsyncIterableIterator<Subscription, Subscription[], PageSettings>

プロパティ値

(options?: SubscriptionsListOptionalParams) => PagedAsyncIterableIterator<Subscription, Subscription[], PageSettings>

listLocations

この操作は、リソース プロバイダーで使用できるすべての場所を提供します。ただし、各リソース プロバイダーは、この一覧のサブセットをサポートする場合があります。

listLocations: (subscriptionId: string, options?: SubscriptionsListLocationsOptionalParams) => PagedAsyncIterableIterator<Location, Location[], PageSettings>

プロパティ値

(subscriptionId: string, options?: SubscriptionsListLocationsOptionalParams) => PagedAsyncIterableIterator<Location, Location[], PageSettings>