proxy_artifacts
Creates, updates, deletes, gets or lists a proxy_artifacts
resource.
Overview
Name | proxy_artifacts |
Type | Resource |
Id | azure.hybrid_network.proxy_artifacts |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | artifactName, artifactStoreName, publisherName, resourceGroupName, subscriptionId | Get a Artifact overview information. |
list | SELECT | artifactStoreName, publisherName, resourceGroupName, subscriptionId | Lists 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 }}';