artifact_manifests_states
Creates, updates, deletes, gets or lists an artifact_manifests_states resource.
Overview
| Name | artifact_manifests_states |
| Type | Resource |
| Id | azure.hybrid_network.artifact_manifests_states |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update | exec | resourceGroupName, publisherName, artifactStoreName, artifactManifestName, subscriptionId | Update state for artifact manifest. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
artifactManifestName | string | The name of the artifact manifest. |
artifactStoreName | string | The name of the artifact store. |
publisherName | string | The name of the publisher. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string | The ID of the target subscription. |
Lifecycle Methods
- update
Update state for artifact manifest.
EXEC azure.hybrid_network.artifact_manifests_states.update
@resourceGroupName='{{ resourceGroupName }}' --required,
@publisherName='{{ publisherName }}' --required,
@artifactStoreName='{{ artifactStoreName }}' --required,
@artifactManifestName='{{ artifactManifestName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
@@json=
'{
"artifactManifestState": "{{ artifactManifestState }}"
}'
;