CloudManifestFile interface
表示 CloudManifestFile 的接口。
方法
| get(string, Cloud |
返回特定于云的清单 JSON 文件。 |
| list(Cloud |
返回具有最新版本的特定于云的清单 JSON 文件。 |
方法详细信息
get(string, CloudManifestFileGetOptionalParams)
返回特定于云的清单 JSON 文件。
function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>
参数
- verificationVersion
-
string
签名验证密钥版本。
选项参数。
返回
Promise<CloudManifestFileResponse>
list(CloudManifestFileListOptionalParams)
返回具有最新版本的特定于云的清单 JSON 文件。
function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>
参数
选项参数。
返回
Promise<CloudManifestFileResponse>