Skip to main content

proxy_artifacts

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

Overview

Nameproxy_artifacts
TypeResource
Idazure.hybrid_network.proxy_artifacts

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTartifactName, artifactStoreName, publisherName, resourceGroupName, subscriptionIdGet a Artifact overview information.
listSELECTartifactStoreName, publisherName, resourceGroupName, subscriptionIdLists all the available artifacts in the parent Artifact Store.

SELECT examples

Lists all the available artifacts in the parent Artifact Store.

SELECT

FROM azure.hybrid_network.proxy_artifacts
WHERE artifactStoreName = '{{ artifactStoreName }}'
AND publisherName = '{{ publisherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';