次の方法で共有


PrivateClouds interface

PrivateClouds を表すインターフェイス。

メソッド

get(string, string, PrivateCloudsGetOptionalParams)

名前でプライベート クラウドを返します

list(string, PrivateCloudsListOptionalParams)

特定のリージョンのプライベート クラウドの一覧を返します

メソッドの詳細

get(string, string, PrivateCloudsGetOptionalParams)

名前でプライベート クラウドを返します

function get(pcName: string, regionId: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloud>

パラメーター

pcName

string

プライベート クラウド名

regionId

string

リージョン ID (westus、eastus)

options
PrivateCloudsGetOptionalParams

オプション パラメーター。

戻り値

Promise<PrivateCloud>

list(string, PrivateCloudsListOptionalParams)

特定のリージョンのプライベート クラウドの一覧を返します

function list(regionId: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

パラメーター

regionId

string

リージョン ID (westus、eastus)

options
PrivateCloudsListOptionalParams

オプション パラメーター。

戻り値