CloudManifestFile interface
Interface die een CloudManifestFile voorstelt.
Methoden
| get(string, Cloud |
Retourneert een cloudspecifiek manifest JSON-bestand. |
| list(Cloud |
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.
De optiesparameters.
Retouren
Promise<CloudManifestFileResponse>
list(CloudManifestFileListOptionalParams)
Retourneert een cloudspecifiek manifest JSON-bestand met de nieuwste versie.
function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>
Parameters
De optiesparameters.
Retouren
Promise<CloudManifestFileResponse>