CloudManifestFile interface
Rozhraní představující CloudManifestFile.
Metody
| get(string, Cloud |
Vrátí soubor JSON manifestu specifický pro cloud. |
| list(Cloud |
Vrátí soubor JSON manifestu specifický pro cloud s nejnovější verzí. |
Podrobnosti metody
get(string, CloudManifestFileGetOptionalParams)
Vrátí soubor JSON manifestu specifický pro cloud.
function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>
Parametry
- verificationVersion
-
string
Verze ověřovacího klíče pro podepisování.
Parametry možností.
Návraty
Promise<CloudManifestFileResponse>
list(CloudManifestFileListOptionalParams)
Vrátí soubor JSON manifestu specifický pro cloud s nejnovější verzí.
function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>
Parametry
Parametry možností.
Návraty
Promise<CloudManifestFileResponse>