cloud_manifest_files
Creates, updates, deletes, gets or lists a cloud_manifest_files
resource.
Overview
Name | cloud_manifest_files |
Type | Resource |
Id | azure_stack.azure_stack.cloud_manifest_files |
Fields
- vw_cloud_manifest_files
- cloud_manifest_files
Name | Datatype | Description |
---|---|---|
id | text | ID of the resource. |
name | text | Name of the resource. |
deployment_data | text | field from the properties object |
etag | text | The entity tag used for optimistic concurrency when modifying the resource. |
signature | text | field from the properties object |
type | text | Type of Resource. |
verificationVersion | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | ID of the resource. |
name | string | Name of the resource. |
etag | string | The entity tag used for optimistic concurrency when modifying the resource. |
properties | object | Cloud specific manifest JSON properties. |
type | string | Type of Resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | verificationVersion | Returns a cloud specific manifest JSON file. |
list | SELECT |
| Returns a cloud specific manifest JSON file with latest version. |
SELECT
examples
Returns a cloud specific manifest JSON file with latest version.
- vw_cloud_manifest_files
- cloud_manifest_files
SELECT
id,
name,
deployment_data,
etag,
signature,
type,
verificationVersion
FROM azure_stack.azure_stack.vw_cloud_manifest_files
;
SELECT
id,
name,
etag,
properties,
type
FROM azure_stack.azure_stack.cloud_manifest_files
;