Skip to main content

cloud_manifest_files

Creates, updates, deletes, gets or lists a cloud_manifest_files resource.

Overview

Namecloud_manifest_files
TypeResource
Idazure_stack.azure_stack.cloud_manifest_files

Fields

NameDatatypeDescription
idtextID of the resource.
nametextName of the resource.
deployment_datatextfield from the properties object
etagtextThe entity tag used for optimistic concurrency when modifying the resource.
signaturetextfield from the properties object
typetextType of Resource.
verificationVersiontextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTverificationVersionReturns a cloud specific manifest JSON file.
listSELECTReturns a cloud specific manifest JSON file with latest version.

SELECT examples

Returns a cloud specific manifest JSON file with latest version.

SELECT
id,
name,
deployment_data,
etag,
signature,
type,
verificationVersion
FROM azure_stack.azure_stack.vw_cloud_manifest_files
;