Subscriptions interface
サブスクリプションを表すインターフェイス。
メソッド
check |
サブスクリプションの論理ゾーン マッピングを比較します |
get(string, Subscriptions |
指定したサブスクリプションに関する詳細を取得します。 |
list(Subscriptions |
テナントのすべてのサブスクリプションを取得します。 |
list |
この操作により、リソース プロバイダーで使用できるすべての場所が提供されます。ただし、各リソース プロバイダーは、このリストのサブセットをサポートする場合があります。 |
メソッドの詳細
checkZonePeers(string, CheckZonePeersRequest, SubscriptionsCheckZonePeersOptionalParams)
サブスクリプションの論理ゾーン マッピングを比較します
function checkZonePeers(subscriptionId: string, parameters: CheckZonePeersRequest, options?: SubscriptionsCheckZonePeersOptionalParams): Promise<CheckZonePeersResult>
パラメーター
- subscriptionId
-
string
ターゲット サブスクリプションの ID。
- parameters
- CheckZonePeersRequest
ゾーン ピアをチェックするためのパラメーター。
options パラメーター。
戻り値
Promise<CheckZonePeersResult>
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 パラメーター。