Delen via


CloudManifestFile interface

Interface die een CloudManifestFile voorstelt.

Methoden

get(string, CloudManifestFileGetOptionalParams)

Retourneert een cloudspecifiek manifest JSON-bestand.

list(CloudManifestFileListOptionalParams)

Retourneert een cloudspecifiek manifest JSON-bestand met de nieuwste versie.

Methodedetails

get(string, CloudManifestFileGetOptionalParams)

Retourneert een cloudspecifiek manifest JSON-bestand.

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

Parameters

verificationVersion

string

Versie van de verificatiesleutel voor ondertekening.

options
CloudManifestFileGetOptionalParams

De optiesparameters.

Retouren

list(CloudManifestFileListOptionalParams)

Retourneert een cloudspecifiek manifest JSON-bestand met de nieuwste versie.

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

Parameters

options
CloudManifestFileListOptionalParams

De optiesparameters.

Retouren