schemas
Creates, updates, deletes, gets or lists a schemas
resource.
Overview
Name | schemas |
Type | Resource |
Id | azure.data_transfer.schemas |
Fields
Name | Datatype | Description |
---|---|---|
value | array | The schemas for this connection |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | pipelineName, resourceGroupName, subscriptionId | Lists the schemas for the specified connection in a pipeline. |
SELECT
examples
Lists the schemas for the specified connection in a pipeline.
SELECT
value
FROM azure.data_transfer.schemas
WHERE pipelineName = '{{ pipelineName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';