Skip to main content

pending_flows

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

Overview

Namepending_flows
TypeResource
Idazure.data_transfer.pending_flows

Fields

NameDatatypeDescription
connectionobjectA resource selected from ARM
connectionIdstringConnection ID of the pending flow.
dataTypestringTransfer Storage Blobs or Tables
flowIdstringDataflow GUID associated with this flow
flowTypestringFlow type for the specified resource
keyVaultUristringAME, PME, or TORUS only! AKV Chain Containing SAS Token
linkStatusstringLink status of the current flow
linkedFlowIdstringResource ID of the linked flow
locationstringThe geo-location where the resource lives
messagingOptionsobjectThe option associated with messaging flows.
policiesarrayThe policies for this flow
provisioningStatestringProvisioning state of the flow
schemaobjectThe schema object.
serviceBusQueueIdstringService Bus Queue ID
statusstringStatus of the current flow
storageAccountIdstringStorage Account ID
storageAccountNamestringStorage Account
storageContainerNamestringStorage Container Name
subscriptionIdstringSubscription ID of the pending flow.
tagsobjectResource tags.

Methods

NameAccessible byRequired ParamsDescription
listSELECTconnectionName, resourceGroupName, subscriptionIdLists 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 }}';