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>