Skip to main content

datasets_by_instances

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

Overview

Namedatasets_by_instances
TypeResource
Idazure.iot_data_processor.datasets_by_instances

Fields

NameDatatypeDescription
extendedLocationobjectExtended location is an extension of Azure locations. They provide a way to use their Azure ARC enabled Kubernetes clusters as target locations for deploying Azure services instances.
locationstringThe geo-location where the resource lives
propertiesobjectThe properties of a Dataset resource.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
listSELECTinstanceName, resourceGroupName, subscriptionIdList Dataset resources by Instance

SELECT examples

List Dataset resources by Instance

SELECT
extendedLocation,
location,
properties,
tags
FROM azure.iot_data_processor.datasets_by_instances
WHERE instanceName = '{{ instanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';