proxy_artifact_states
Creates, updates, deletes, gets or lists a proxy_artifact_states
resource.
Overview
Name | proxy_artifact_states |
Type | Resource |
Id | azure.hybrid_network.proxy_artifact_states |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
update | UPDATE | artifactName, artifactStoreName, artifactVersionName, publisherName, resourceGroupName, subscriptionId | Change artifact state defined in artifact store. |
UPDATE
example
Updates a proxy_artifact_states
resource.
/*+ update */
UPDATE azure.hybrid_network.proxy_artifact_states
SET
properties = '{{ properties }}'
WHERE
artifactName = '{{ artifactName }}'
AND artifactStoreName = '{{ artifactStoreName }}'
AND artifactVersionName = '{{ artifactVersionName }}'
AND publisherName = '{{ publisherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';