CloudManifestFile interface

Interface representing a CloudManifestFile.

Methods

get(string, CloudManifestFileGetOptionalParams)

Returns a cloud specific manifest JSON file.

list(CloudManifestFileListOptionalParams)

Returns a cloud specific manifest JSON file with latest version.

Method Details

get(string, CloudManifestFileGetOptionalParams)

Returns a cloud specific manifest JSON file.

function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>

Parameters

verificationVersion

string

Signing verification key version.

options
CloudManifestFileGetOptionalParams

The options parameters.

Returns

list(CloudManifestFileListOptionalParams)

Returns a cloud specific manifest JSON file with latest version.

function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>

Parameters

options
CloudManifestFileListOptionalParams

The options parameters.

Returns