Freigeben über


CloudManifestFile interface

Schnittstelle, die ein CloudManifestFile darstellt.

Methoden

get(string, CloudManifestFileGetOptionalParams)

Gibt eine cloudspezifische MANIFEST-JSON-Datei zurück.

list(CloudManifestFileListOptionalParams)

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

Details zur Methode

get(string, CloudManifestFileGetOptionalParams)

Gibt eine cloudspezifische MANIFEST-JSON-Datei zurück.

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

Parameter

verificationVersion

string

Signaturüberprüfungsschlüsselversion.

options
CloudManifestFileGetOptionalParams

Die Optionsparameter.

Gibt zurück

list(CloudManifestFileListOptionalParams)

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

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

Parameter

options
CloudManifestFileListOptionalParams

Die Optionsparameter.

Gibt zurück