This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.azuredatatransfer.listListPendingFlow
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Lists all pending flows for a connection. Azure REST API version: 2023-10-11-preview.
Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27.
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>
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]
func ListListPendingFlow(ctx *Context, args *ListListPendingFlowArgs, opts ...InvokeOption) (*ListListPendingFlowResult, error)
func ListListPendingFlowOutput(ctx *Context, args *ListListPendingFlowOutputArgs, opts ...InvokeOption) ListListPendingFlowResultOutput
> 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)
}
public static CompletableFuture<ListListPendingFlowResult> listListPendingFlow(ListListPendingFlowArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:azuredatatransfer:listListPendingFlow
arguments:
# arguments dictionary
The following arguments are supported:
- Connection
Name string - The name for the connection that is to be requested.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Connection
Name string - The name for the connection that is to be requested.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- connection
Name String - The name for the connection that is to be requested.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- connection
Name string - The name for the connection that is to be requested.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- connection_
name str - The name for the connection that is to be requested.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- connection
Name String - The name for the connection that is to be requested.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listListPendingFlow Result
The following output properties are available:
- Next
Link string - Link to next results
- Value
List<Pulumi.
Azure Native. Azure Data Transfer. Outputs. Pending Flow Response> - flows array.
- Next
Link string - Link to next results
- Value
[]Pending
Flow Response - flows array.
- next
Link String - Link to next results
- value
List<Pending
Flow Response> - flows array.
- next
Link string - Link to next results
- value
Pending
Flow Response[] - flows array.
- next_
link str - Link to next results
- value
Sequence[Pending
Flow Response] - flows array.
- next
Link String - Link to next results
- value List<Property Map>
- flows array.
Supporting Types
PendingFlowResponse
- Connection
Id string - Connection ID of the pending flow.
- Flow
Id string - Dataflow GUID associated with this flow
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Link
Status string - Link status of the current flow
- Linked
Flow stringId - Resource ID of the linked flow
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the flow
- Subscription
Id string - Subscription ID of the pending flow.
- System
Data Pulumi.Azure Native. Azure Data Transfer. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Connection
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Selected Resource Response - The connection associated with this flow
- Data
Type string - Transfer Storage Blobs or Tables
- Flow
Type string - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies List<string>
- The policies for this flow
- Schema
Pulumi.
Azure Native. Azure Data Transfer. Inputs. Schema Response - The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status string
- Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- Dictionary<string, string>
- Resource tags.
- Connection
Id string - Connection ID of the pending flow.
- Flow
Id string - Dataflow GUID associated with this flow
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Link
Status string - Link status of the current flow
- Linked
Flow stringId - Resource ID of the linked flow
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the flow
- Subscription
Id string - Subscription ID of the pending flow.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Connection
Selected
Resource Response - The connection associated with this flow
- Data
Type string - Transfer Storage Blobs or Tables
- Flow
Type string - The flow type for this flow
- Key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- Policies []string
- The policies for this flow
- Schema
Schema
Response - The selected schema for this flow
- Service
Bus stringQueue Id - Service Bus Queue ID
- Status string
- Status of the current flow
- Storage
Account stringId - Storage Account ID
- Storage
Account stringName - Storage Account
- Storage
Container stringName - Storage Container Name
- map[string]string
- Resource tags.
- connection
Id String - Connection ID of the pending flow.
- flow
Id String - Dataflow GUID associated with this flow
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- link
Status String - Link status of the current flow
- linked
Flow StringId - Resource ID of the linked flow
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the flow
- subscription
Id String - Subscription ID of the pending flow.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- connection
Selected
Resource Response - The connection associated with this flow
- data
Type String - Transfer Storage Blobs or Tables
- flow
Type String - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status String
- Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
- Map<String,String>
- Resource tags.
- connection
Id string - Connection ID of the pending flow.
- flow
Id string - Dataflow GUID associated with this flow
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- link
Status string - Link status of the current flow
- linked
Flow stringId - Resource ID of the linked flow
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the flow
- subscription
Id string - Subscription ID of the pending flow.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- connection
Selected
Resource Response - The connection associated with this flow
- data
Type string - Transfer Storage Blobs or Tables
- flow
Type string - The flow type for this flow
- key
Vault stringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies string[]
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service
Bus stringQueue Id - Service Bus Queue ID
- status string
- Status of the current flow
- storage
Account stringId - Storage Account ID
- storage
Account stringName - Storage Account
- storage
Container stringName - Storage Container Name
- {[key: string]: string}
- Resource tags.
- connection_
id str - Connection ID of the pending flow.
- flow_
id str - Dataflow GUID associated with this flow
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- link_
status str - Link status of the current flow
- linked_
flow_ strid - Resource ID of the linked flow
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the flow
- subscription_
id str - Subscription ID of the pending flow.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- connection
Selected
Resource Response - The connection associated with this flow
- data_
type str - Transfer Storage Blobs or Tables
- flow_
type str - The flow type for this flow
- key_
vault_ struri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies Sequence[str]
- The policies for this flow
- schema
Schema
Response - The selected schema for this flow
- service_
bus_ strqueue_ id - Service Bus Queue ID
- status str
- Status of the current flow
- storage_
account_ strid - Storage Account ID
- storage_
account_ strname - Storage Account
- storage_
container_ strname - Storage Container Name
- Mapping[str, str]
- Resource tags.
- connection
Id String - Connection ID of the pending flow.
- flow
Id String - Dataflow GUID associated with this flow
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- link
Status String - Link status of the current flow
- linked
Flow StringId - Resource ID of the linked flow
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the flow
- subscription
Id String - Subscription ID of the pending flow.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- connection Property Map
- The connection associated with this flow
- data
Type String - Transfer Storage Blobs or Tables
- flow
Type String - The flow type for this flow
- key
Vault StringUri - AME, PME, or TORUS only! AKV Chain Containing SAS Token
- policies List<String>
- The policies for this flow
- schema Property Map
- The selected schema for this flow
- service
Bus StringQueue Id - Service Bus Queue ID
- status String
- Status of the current flow
- storage
Account StringId - Storage Account ID
- storage
Account StringName - Storage Account
- storage
Container StringName - Storage Container Name
- Map<String>
- Resource tags.
SchemaResponse
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status string
- Status of the schema
- Connection
Id string - Connection ID associated with this schema
- Content string
- Content of the schema
- Id string
- ID associated with this schema
- Name string
- Name of the schema
- Status string
- Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status String
- Status of the schema
- connection
Id string - Connection ID associated with this schema
- content string
- Content of the schema
- id string
- ID associated with this schema
- name string
- Name of the schema
- status string
- Status of the schema
- connection_
id str - Connection ID associated with this schema
- content str
- Content of the schema
- id str
- ID associated with this schema
- name str
- Name of the schema
- status str
- Status of the schema
- connection
Id String - Connection ID associated with this schema
- content String
- Content of the schema
- id String
- ID associated with this schema
- name String
- Name of the schema
- status String
- Status of the schema
SelectedResourceResponse
- Id string
- Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- Id string
- Id of the connection
- Location string
- Location of the connection
- Name string
- Name of the connection
- Subscription
Name string - Name of the subscription with the connection
- id String
- Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
- id string
- Id of the connection
- location string
- Location of the connection
- name string
- Name of the connection
- subscription
Name string - Name of the subscription with the connection
- id 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 String
- Id of the connection
- location String
- Location of the connection
- name String
- Name of the connection
- subscription
Name String - Name of the subscription with the connection
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - 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_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - 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 v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi