Freigeben über


CloudManifestFile interface

Schnittstelle, die eine CloudManifestFile darstellt.

Methoden

get(string, CloudManifestFileGetOptionalParams)

Gibt eine cloudspezifische JSON-Manifestdatei zurück.

list(CloudManifestFileListOptionalParams)

Gibt eine cloudspezifische JSON-Manifestdatei mit der neuesten Version zurück.

Details zur Methode

get(string, CloudManifestFileGetOptionalParams)

Gibt eine cloudspezifische JSON-Manifestdatei zurück.

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

Parameter

verificationVersion

string

Version des Signaturverifizierungsschlüssels.

options
CloudManifestFileGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(CloudManifestFileListOptionalParams)

Gibt eine cloudspezifische JSON-Manifestdatei mit der neuesten Version zurück.

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

Parameter

options
CloudManifestFileListOptionalParams

Die Optionsparameter.

Gibt zurück