pending_flows
Creates, updates, deletes, gets or lists a pending_flows
resource.
Overview
Name | pending_flows |
Type | Resource |
Id | azure.data_transfer.pending_flows |
Fields
Name | Datatype | Description |
---|---|---|
connection | object | A resource selected from ARM |
connectionId | string | Connection ID of the pending flow. |
dataType | string | Transfer Storage Blobs or Tables |
flowId | string | Dataflow GUID associated with this flow |
flowType | string | Flow type for the specified resource |
keyVaultUri | string | AME, PME, or TORUS only! AKV Chain Containing SAS Token |
linkStatus | string | Link status of the current flow |
linkedFlowId | string | Resource ID of the linked flow |
location | string | The geo-location where the resource lives |
messagingOptions | object | The option associated with messaging flows. |
policies | array | The policies for this flow |
provisioningState | string | Provisioning state of the flow |
schema | object | The schema object. |
serviceBusQueueId | string | Service Bus Queue ID |
status | string | Status of the current flow |
storageAccountId | string | Storage Account ID |
storageAccountName | string | Storage Account |
storageContainerName | string | Storage Container Name |
subscriptionId | string | Subscription ID of the pending flow. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | connectionName, resourceGroupName, subscriptionId | Lists all pending flows for a connection. |
SELECT
examples
Lists all pending flows for a connection.
SELECT
connection,
connectionId,
dataType,
flowId,
flowType,
keyVaultUri,
linkStatus,
linkedFlowId,
location,
messagingOptions,
policies,
provisioningState,
schema,
serviceBusQueueId,
status,
storageAccountId,
storageAccountName,
storageContainerName,
subscriptionId,
tags
FROM azure.data_transfer.pending_flows
WHERE connectionName = '{{ connectionName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';