共用方式為


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

選項參數。

傳回