1. Packages
  2. Azure Native
  3. API Docs
  4. azuredatatransfer
  5. listListPendingFlow
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.azuredatatransfer.listListPendingFlow

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Lists all pending flows for a connection.

Uses Azure REST API version 2024-09-27.

Other available API versions: 2023-10-11-preview, 2024-01-25, 2024-05-07, 2024-09-11, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuredatatransfer [ApiVersion]. See the version guide for details.

Using listListPendingFlow

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listListPendingFlow(args: ListListPendingFlowArgs, opts?: InvokeOptions): Promise<ListListPendingFlowResult>
function listListPendingFlowOutput(args: ListListPendingFlowOutputArgs, opts?: InvokeOptions): Output<ListListPendingFlowResult>
Copy
def list_list_pending_flow(connection_name: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> ListListPendingFlowResult
def list_list_pending_flow_output(connection_name: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[ListListPendingFlowResult]
Copy
func ListListPendingFlow(ctx *Context, args *ListListPendingFlowArgs, opts ...InvokeOption) (*ListListPendingFlowResult, error)
func ListListPendingFlowOutput(ctx *Context, args *ListListPendingFlowOutputArgs, opts ...InvokeOption) ListListPendingFlowResultOutput
Copy

> Note: This function is named ListListPendingFlow in the Go SDK.

public static class ListListPendingFlow 
{
    public static Task<ListListPendingFlowResult> InvokeAsync(ListListPendingFlowArgs args, InvokeOptions? opts = null)
    public static Output<ListListPendingFlowResult> Invoke(ListListPendingFlowInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListListPendingFlowResult> listListPendingFlow(ListListPendingFlowArgs args, InvokeOptions options)
public static Output<ListListPendingFlowResult> listListPendingFlow(ListListPendingFlowArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:azuredatatransfer:listListPendingFlow
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ConnectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name for the connection that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
string
The name for the connection that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
connection_name
This property is required.
Changes to this property will trigger replacement.
str
The name for the connection that is to be requested.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
connectionName
This property is required.
Changes to this property will trigger replacement.
String
The name for the connection that is to be requested.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

listListPendingFlow Result

The following output properties are available:

NextLink string
Link to next results
Value []PendingFlowResponse
flows array.
nextLink String
Link to next results
value List<PendingFlowResponse>
flows array.
nextLink string
Link to next results
value PendingFlowResponse[]
flows array.
next_link str
Link to next results
value Sequence[PendingFlowResponse]
flows array.
nextLink String
Link to next results
value List<Property Map>
flows array.

Supporting Types

MessagingOptionsResponse

BillingTier string
Billing tier for this messaging flow
BillingTier string
Billing tier for this messaging flow
billingTier String
Billing tier for this messaging flow
billingTier string
Billing tier for this messaging flow
billing_tier str
Billing tier for this messaging flow
billingTier String
Billing tier for this messaging flow

PendingFlowResponse

ConnectionId This property is required. string
Connection ID of the pending flow.
FlowId This property is required. string
Dataflow GUID associated with this flow
Id This property is required. string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
LinkStatus This property is required. string
Link status of the current flow
LinkedFlowId This property is required. string
Resource ID of the linked flow
Location This property is required. string
The geo-location where the resource lives
Name This property is required. string
The name of the resource
ProvisioningState This property is required. string
Provisioning state of the flow
SubscriptionId This property is required. string
Subscription ID of the pending flow.
SystemData This property is required. Pulumi.AzureNative.AzureDataTransfer.Inputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Connection Pulumi.AzureNative.AzureDataTransfer.Inputs.SelectedResourceResponse
The connection associated with this flow
CustomerManagedKeyVaultUri string
The URI to the customer managed key for this flow
DataType string
Transfer Storage Blobs or Tables
DestinationEndpointPorts List<double>
The destination endpoint ports of the stream
DestinationEndpoints List<string>
The destination endpoints of the stream
FlowType string
The flow type for this flow
KeyVaultUri string
AME, PME, or TORUS only! AKV Chain Containing SAS Token
MessagingOptions Pulumi.AzureNative.AzureDataTransfer.Inputs.MessagingOptionsResponse
The messaging options for this flow
Passphrase string
The passphrase used for SRT streams
Policies List<string>
The policies for this flow
Schema Pulumi.AzureNative.AzureDataTransfer.Inputs.SchemaResponse
The selected schema for this flow
ServiceBusQueueId string
Service Bus Queue ID
SourceAddresses Pulumi.AzureNative.AzureDataTransfer.Inputs.StreamSourceAddressesResponse
The source IP address and CIDR ranges of the stream
Status string
Status of the current flow
StorageAccountId string
Storage Account ID
StorageAccountName string
Storage Account
StorageContainerName string
Storage Container Name
StreamId string
The flow stream identifier
StreamLatency double
The latency of the stream in milliseconds
StreamProtocol string
The protocol of the stream
Tags Dictionary<string, string>
Resource tags.
ConnectionId This property is required. string
Connection ID of the pending flow.
FlowId This property is required. string
Dataflow GUID associated with this flow
Id This property is required. string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
LinkStatus This property is required. string
Link status of the current flow
LinkedFlowId This property is required. string
Resource ID of the linked flow
Location This property is required. string
The geo-location where the resource lives
Name This property is required. string
The name of the resource
ProvisioningState This property is required. string
Provisioning state of the flow
SubscriptionId This property is required. string
Subscription ID of the pending flow.
SystemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Connection SelectedResourceResponse
The connection associated with this flow
CustomerManagedKeyVaultUri string
The URI to the customer managed key for this flow
DataType string
Transfer Storage Blobs or Tables
DestinationEndpointPorts []float64
The destination endpoint ports of the stream
DestinationEndpoints []string
The destination endpoints of the stream
FlowType string
The flow type for this flow
KeyVaultUri string
AME, PME, or TORUS only! AKV Chain Containing SAS Token
MessagingOptions MessagingOptionsResponse
The messaging options for this flow
Passphrase string
The passphrase used for SRT streams
Policies []string
The policies for this flow
Schema SchemaResponse
The selected schema for this flow
ServiceBusQueueId string
Service Bus Queue ID
SourceAddresses StreamSourceAddressesResponse
The source IP address and CIDR ranges of the stream
Status string
Status of the current flow
StorageAccountId string
Storage Account ID
StorageAccountName string
Storage Account
StorageContainerName string
Storage Container Name
StreamId string
The flow stream identifier
StreamLatency float64
The latency of the stream in milliseconds
StreamProtocol string
The protocol of the stream
Tags map[string]string
Resource tags.
connectionId This property is required. String
Connection ID of the pending flow.
flowId This property is required. String
Dataflow GUID associated with this flow
id This property is required. String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
linkStatus This property is required. String
Link status of the current flow
linkedFlowId This property is required. String
Resource ID of the linked flow
location This property is required. String
The geo-location where the resource lives
name This property is required. String
The name of the resource
provisioningState This property is required. String
Provisioning state of the flow
subscriptionId This property is required. String
Subscription ID of the pending flow.
systemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
connection SelectedResourceResponse
The connection associated with this flow
customerManagedKeyVaultUri String
The URI to the customer managed key for this flow
dataType String
Transfer Storage Blobs or Tables
destinationEndpointPorts List<Double>
The destination endpoint ports of the stream
destinationEndpoints List<String>
The destination endpoints of the stream
flowType String
The flow type for this flow
keyVaultUri String
AME, PME, or TORUS only! AKV Chain Containing SAS Token
messagingOptions MessagingOptionsResponse
The messaging options for this flow
passphrase String
The passphrase used for SRT streams
policies List<String>
The policies for this flow
schema SchemaResponse
The selected schema for this flow
serviceBusQueueId String
Service Bus Queue ID
sourceAddresses StreamSourceAddressesResponse
The source IP address and CIDR ranges of the stream
status String
Status of the current flow
storageAccountId String
Storage Account ID
storageAccountName String
Storage Account
storageContainerName String
Storage Container Name
streamId String
The flow stream identifier
streamLatency Double
The latency of the stream in milliseconds
streamProtocol String
The protocol of the stream
tags Map<String,String>
Resource tags.
connectionId This property is required. string
Connection ID of the pending flow.
flowId This property is required. string
Dataflow GUID associated with this flow
id This property is required. string
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
linkStatus This property is required. string
Link status of the current flow
linkedFlowId This property is required. string
Resource ID of the linked flow
location This property is required. string
The geo-location where the resource lives
name This property is required. string
The name of the resource
provisioningState This property is required. string
Provisioning state of the flow
subscriptionId This property is required. string
Subscription ID of the pending flow.
systemData This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
connection SelectedResourceResponse
The connection associated with this flow
customerManagedKeyVaultUri string
The URI to the customer managed key for this flow
dataType string
Transfer Storage Blobs or Tables
destinationEndpointPorts number[]
The destination endpoint ports of the stream
destinationEndpoints string[]
The destination endpoints of the stream
flowType string
The flow type for this flow
keyVaultUri string
AME, PME, or TORUS only! AKV Chain Containing SAS Token
messagingOptions MessagingOptionsResponse
The messaging options for this flow
passphrase string
The passphrase used for SRT streams
policies string[]
The policies for this flow
schema SchemaResponse
The selected schema for this flow
serviceBusQueueId string
Service Bus Queue ID
sourceAddresses StreamSourceAddressesResponse
The source IP address and CIDR ranges of the stream
status string
Status of the current flow
storageAccountId string
Storage Account ID
storageAccountName string
Storage Account
storageContainerName string
Storage Container Name
streamId string
The flow stream identifier
streamLatency number
The latency of the stream in milliseconds
streamProtocol string
The protocol of the stream
tags {[key: string]: string}
Resource tags.
connection_id This property is required. str
Connection ID of the pending flow.
flow_id This property is required. str
Dataflow GUID associated with this flow
id This property is required. str
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
link_status This property is required. str
Link status of the current flow
linked_flow_id This property is required. str
Resource ID of the linked flow
location This property is required. str
The geo-location where the resource lives
name This property is required. str
The name of the resource
provisioning_state This property is required. str
Provisioning state of the flow
subscription_id This property is required. str
Subscription ID of the pending flow.
system_data This property is required. SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
connection SelectedResourceResponse
The connection associated with this flow
customer_managed_key_vault_uri str
The URI to the customer managed key for this flow
data_type str
Transfer Storage Blobs or Tables
destination_endpoint_ports Sequence[float]
The destination endpoint ports of the stream
destination_endpoints Sequence[str]
The destination endpoints of the stream
flow_type str
The flow type for this flow
key_vault_uri str
AME, PME, or TORUS only! AKV Chain Containing SAS Token
messaging_options MessagingOptionsResponse
The messaging options for this flow
passphrase str
The passphrase used for SRT streams
policies Sequence[str]
The policies for this flow
schema SchemaResponse
The selected schema for this flow
service_bus_queue_id str
Service Bus Queue ID
source_addresses StreamSourceAddressesResponse
The source IP address and CIDR ranges of the stream
status str
Status of the current flow
storage_account_id str
Storage Account ID
storage_account_name str
Storage Account
storage_container_name str
Storage Container Name
stream_id str
The flow stream identifier
stream_latency float
The latency of the stream in milliseconds
stream_protocol str
The protocol of the stream
tags Mapping[str, str]
Resource tags.
connectionId This property is required. String
Connection ID of the pending flow.
flowId This property is required. String
Dataflow GUID associated with this flow
id This property is required. String
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
linkStatus This property is required. String
Link status of the current flow
linkedFlowId This property is required. String
Resource ID of the linked flow
location This property is required. String
The geo-location where the resource lives
name This property is required. String
The name of the resource
provisioningState This property is required. String
Provisioning state of the flow
subscriptionId This property is required. String
Subscription ID of the pending flow.
systemData This property is required. Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
connection Property Map
The connection associated with this flow
customerManagedKeyVaultUri String
The URI to the customer managed key for this flow
dataType String
Transfer Storage Blobs or Tables
destinationEndpointPorts List<Number>
The destination endpoint ports of the stream
destinationEndpoints List<String>
The destination endpoints of the stream
flowType String
The flow type for this flow
keyVaultUri String
AME, PME, or TORUS only! AKV Chain Containing SAS Token
messagingOptions Property Map
The messaging options for this flow
passphrase String
The passphrase used for SRT streams
policies List<String>
The policies for this flow
schema Property Map
The selected schema for this flow
serviceBusQueueId String
Service Bus Queue ID
sourceAddresses Property Map
The source IP address and CIDR ranges of the stream
status String
Status of the current flow
storageAccountId String
Storage Account ID
storageAccountName String
Storage Account
storageContainerName String
Storage Container Name
streamId String
The flow stream identifier
streamLatency Number
The latency of the stream in milliseconds
streamProtocol String
The protocol of the stream
tags Map<String>
Resource tags.

SchemaResponse

ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string
Status of the schema
ConnectionId string
Connection ID associated with this schema
Content string
Content of the schema
Direction string
The direction of the schema.
Id string
ID associated with this schema
Name string
Name of the schema
SchemaType string
The Schema Type
SchemaUri string
Uri containing SAS token for the zipped schema
Status string
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String
Status of the schema
connectionId string
Connection ID associated with this schema
content string
Content of the schema
direction string
The direction of the schema.
id string
ID associated with this schema
name string
Name of the schema
schemaType string
The Schema Type
schemaUri string
Uri containing SAS token for the zipped schema
status string
Status of the schema
connection_id str
Connection ID associated with this schema
content str
Content of the schema
direction str
The direction of the schema.
id str
ID associated with this schema
name str
Name of the schema
schema_type str
The Schema Type
schema_uri str
Uri containing SAS token for the zipped schema
status str
Status of the schema
connectionId String
Connection ID associated with this schema
content String
Content of the schema
direction String
The direction of the schema.
id String
ID associated with this schema
name String
Name of the schema
schemaType String
The Schema Type
schemaUri String
Uri containing SAS token for the zipped schema
status String
Status of the schema

SelectedResourceResponse

Id This property is required. string
Id of the connection
Location string
Location of the connection
Name string
Name of the connection
SubscriptionName string
Name of the subscription with the connection
Id This property is required. string
Id of the connection
Location string
Location of the connection
Name string
Name of the connection
SubscriptionName string
Name of the subscription with the connection
id This property is required. String
Id of the connection
location String
Location of the connection
name String
Name of the connection
subscriptionName String
Name of the subscription with the connection
id This property is required. string
Id of the connection
location string
Location of the connection
name string
Name of the connection
subscriptionName string
Name of the subscription with the connection
id This property is required. str
Id of the connection
location str
Location of the connection
name str
Name of the connection
subscription_name str
Name of the subscription with the connection
id This property is required. String
Id of the connection
location String
Location of the connection
name String
Name of the connection
subscriptionName String
Name of the subscription with the connection

StreamSourceAddressesResponse

SourceAddresses List<string>
A source IP address or CIDR range
SourceAddresses []string
A source IP address or CIDR range
sourceAddresses List<String>
A source IP address or CIDR range
sourceAddresses string[]
A source IP address or CIDR range
source_addresses Sequence[str]
A source IP address or CIDR range
sourceAddresses List<String>
A source IP address or CIDR range

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi