Skip to main content

images_upload_url_for_data

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

Overview

Nameimages_upload_url_for_data
TypeResource
Idazure_extras.customer_insights.images_upload_url_for_data

Fields

NameDatatypeDescription
contentUrlstringContent URL for the image blob.
imageExistsbooleanWhether image exists already.
relativePathstringRelative path of the image.

Methods

NameAccessible byRequired ParamsDescription
getSELECThubName, resourceGroupName, subscriptionIdGets data image upload URL.

SELECT examples

Gets data image upload URL.

SELECT
contentUrl,
imageExists,
relativePath
FROM azure_extras.customer_insights.images_upload_url_for_data
WHERE hubName = '{{ hubName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';