你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SystemVersions interface

表示 SystemVersions 的接口。

方法

get(string, string, SystemVersionsGetOptionalParams)

获取 SystemVersion

listByLocation(string, SystemVersionsListByLocationOptionalParams)

按位置列出 SystemVersion 资源

方法详细信息

get(string, string, SystemVersionsGetOptionalParams)

获取 SystemVersion

function get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersion>

参数

location

string

Azure 区域的名称。

systemversionname

string

SystemVersion 名称

options
SystemVersionsGetOptionalParams

选项参数。

返回

Promise<SystemVersion>

listByLocation(string, SystemVersionsListByLocationOptionalParams)

按位置列出 SystemVersion 资源

function listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion, SystemVersion[], PageSettings>

参数

location

string

Azure 区域的名称。

返回