Subscriptions interface

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

メソッド

checkZonePeers(string, CheckZonePeersRequest, SubscriptionsCheckZonePeersOptionalParams)

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

get(string, SubscriptionsGetOptionalParams)

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

list(SubscriptionsListOptionalParams)

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

listLocations(string, SubscriptionsListLocationsOptionalParams)

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

メソッドの詳細

checkZonePeers(string, CheckZonePeersRequest, SubscriptionsCheckZonePeersOptionalParams)

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

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

パラメーター

subscriptionId

string

ターゲット サブスクリプションの ID。

parameters
CheckZonePeersRequest

ゾーン ピアをチェックするためのパラメーター。

options
SubscriptionsCheckZonePeersOptionalParams

options パラメーター。

戻り値

get(string, SubscriptionsGetOptionalParams)

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

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

パラメーター

subscriptionId

string

ターゲット サブスクリプションの ID。

options
SubscriptionsGetOptionalParams

options パラメーター。

戻り値

Promise<Subscription>

list(SubscriptionsListOptionalParams)

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

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

パラメーター

options
SubscriptionsListOptionalParams

options パラメーター。

戻り値

listLocations(string, SubscriptionsListLocationsOptionalParams)

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

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

パラメーター

subscriptionId

string

ターゲット サブスクリプションの ID。

options
SubscriptionsListLocationsOptionalParams

options パラメーター。

戻り値