images_upload_url_for_data
Creates, updates, deletes, gets or lists a images_upload_url_for_data
resource.
Overview
Name | images_upload_url_for_data |
Type | Resource |
Id | azure_extras.customer_insights.images_upload_url_for_data |
Fields
Name | Datatype | Description |
---|---|---|
contentUrl | string | Content URL for the image blob. |
imageExists | boolean | Whether image exists already. |
relativePath | string | Relative path of the image. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hubName, resourceGroupName, subscriptionId | Gets 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 }}';