CloudManifestFile interface
Interface representing a CloudManifestFile.
Methods
get(string, Cloud |
Returns a cloud specific manifest JSON file. |
list(Cloud |
Returns a cloud specific manifest JSON file with latest version. |
Method Details
get(string, CloudManifestFileGetOptionalParams)
Returns a cloud specific manifest JSON file.
function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>
Parameters
- verificationVersion
-
string
Signing verification key version.
The options parameters.
Returns
Promise<CloudManifestFileResponse>
list(CloudManifestFileListOptionalParams)
Returns a cloud specific manifest JSON file with latest version.
function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>
Parameters
The options parameters.
Returns
Promise<CloudManifestFileResponse>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript