共用方式為


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

選項參數。

傳回