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

CloudManifestFile interface

表示 CloudManifestFile 的接口。

方法

get(string, CloudManifestFileGetOptionalParams)

返回特定于云的清单 JSON 文件。

list(CloudManifestFileListOptionalParams)

返回具有最新版本的特定于云的清单 JSON 文件。

方法详细信息

get(string, CloudManifestFileGetOptionalParams)

返回特定于云的清单 JSON 文件。

function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>

参数

verificationVersion

string

签名验证密钥版本。

options
CloudManifestFileGetOptionalParams

选项参数。

返回

list(CloudManifestFileListOptionalParams)

返回具有最新版本的特定于云的清单 JSON 文件。

function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>

参数

options
CloudManifestFileListOptionalParams

选项参数。

返回