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

SystemVersionsOperations interface

表示 SystemVersions作的接口。

属性

get

获取 SystemVersion

listByLocation

按 SubscriptionLocationResource 列出 SystemVersion 资源

属性详细信息

get

获取 SystemVersion

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

属性值

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

listByLocation

按 SubscriptionLocationResource 列出 SystemVersion 资源

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

属性值

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