Skip to main content

proxy_artifact_states

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

Overview

Nameproxy_artifact_states
TypeResource
Idazure.hybrid_network.proxy_artifact_states

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
updateUPDATEartifactName, artifactStoreName, artifactVersionName, publisherName, resourceGroupName, subscriptionIdChange 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 }}';