pipelines_by_instances
Creates, updates, deletes, gets or lists a pipelines_by_instances
resource.
Overview
Name | pipelines_by_instances |
Type | Resource |
Id | azure.iot_data_processor.pipelines_by_instances |
Fields
Name | Datatype | Description |
---|---|---|
extendedLocation | object | Extended 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. |
location | string | The geo-location where the resource lives |
properties | object | The properties of a Pipeline resource. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | instanceName, resourceGroupName, subscriptionId | List Pipeline resources by Instance |
SELECT
examples
List Pipeline resources by Instance
SELECT
extendedLocation,
location,
properties,
tags
FROM azure.iot_data_processor.pipelines_by_instances
WHERE instanceName = '{{ instanceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';