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>