1. Packages
  2. Azure Native v2
  3. API Docs
  4. azuredatatransfer
  5. listListPendingConnection
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

azure-native-v2.azuredatatransfer.listListPendingConnection

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi

Lists all pending connections 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 listListPendingConnection

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 listListPendingConnection(args: ListListPendingConnectionArgs, opts?: InvokeOptions): Promise<ListListPendingConnectionResult>
function listListPendingConnectionOutput(args: ListListPendingConnectionOutputArgs, opts?: InvokeOptions): Output<ListListPendingConnectionResult>
Copy
def list_list_pending_connection(connection_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> ListListPendingConnectionResult
def list_list_pending_connection_output(connection_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[ListListPendingConnectionResult]
Copy
func ListListPendingConnection(ctx *Context, args *ListListPendingConnectionArgs, opts ...InvokeOption) (*ListListPendingConnectionResult, error)
func ListListPendingConnectionOutput(ctx *Context, args *ListListPendingConnectionOutputArgs, opts ...InvokeOption) ListListPendingConnectionResultOutput
Copy

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

public static class ListListPendingConnection 
{
    public static Task<ListListPendingConnectionResult> InvokeAsync(ListListPendingConnectionArgs args, InvokeOptions? opts = null)
    public static Output<ListListPendingConnectionResult> Invoke(ListListPendingConnectionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListListPendingConnectionResult> listListPendingConnection(ListListPendingConnectionArgs args, InvokeOptions options)
public static Output<ListListPendingConnectionResult> listListPendingConnection(ListListPendingConnectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:azuredatatransfer:listListPendingConnection
  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.

listListPendingConnection Result

The following output properties are available:

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

Supporting Types

PendingConnectionResponse

Approver This property is required. string
Approver of this connection request
DateSubmitted This property is required. string
The timestamp that this connection request was submitted at
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 connection
LinkedConnectionId This property is required. string
Resource ID of the linked connection
Location This property is required. string
The geo-location where the resource lives
Name This property is required. string
The name of the resource
Pipeline This property is required. string
Pipeline to use to transfer data
ProvisioningState This property is required. string
Provisioning state of the connection
Status This property is required. string
Status of the connection
StatusReason This property is required. string
Reason for status
SubscriptionId This property is required. string
Subscription ID of the pending connection.
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"
Direction string
Direction of data movement
FlowTypes List<string>
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies List<string>
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
Schemas List<Pulumi.AzureNative.AzureDataTransfer.Inputs.SchemaResponse>
The schemas for this connection
SecondaryContacts List<string>
The secondary contacts for this connection request
Tags Dictionary<string, string>
Resource tags.
Approver This property is required. string
Approver of this connection request
DateSubmitted This property is required. string
The timestamp that this connection request was submitted at
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 connection
LinkedConnectionId This property is required. string
Resource ID of the linked connection
Location This property is required. string
The geo-location where the resource lives
Name This property is required. string
The name of the resource
Pipeline This property is required. string
Pipeline to use to transfer data
ProvisioningState This property is required. string
Provisioning state of the connection
Status This property is required. string
Status of the connection
StatusReason This property is required. string
Reason for status
SubscriptionId This property is required. string
Subscription ID of the pending connection.
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"
Direction string
Direction of data movement
FlowTypes []string
The flow types being requested for this connection
Justification string
Justification for the connection request
Pin string
PIN to link requests together
Policies []string
The policies for this connection
PrimaryContact string
The primary contact for this connection request
RemoteSubscriptionId string
Subscription ID to link cloud subscriptions together
RequirementId string
Requirement ID of the connection
Schemas []SchemaResponse
The schemas for this connection
SecondaryContacts []string
The secondary contacts for this connection request
Tags map[string]string
Resource tags.
approver This property is required. String
Approver of this connection request
dateSubmitted This property is required. String
The timestamp that this connection request was submitted at
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 connection
linkedConnectionId This property is required. String
Resource ID of the linked connection
location This property is required. String
The geo-location where the resource lives
name This property is required. String
The name of the resource
pipeline This property is required. String
Pipeline to use to transfer data
provisioningState This property is required. String
Provisioning state of the connection
status This property is required. String
Status of the connection
statusReason This property is required. String
Reason for status
subscriptionId This property is required. String
Subscription ID of the pending connection.
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"
direction String
Direction of data movement
flowTypes List<String>
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemas List<SchemaResponse>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request
tags Map<String,String>
Resource tags.
approver This property is required. string
Approver of this connection request
dateSubmitted This property is required. string
The timestamp that this connection request was submitted at
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 connection
linkedConnectionId This property is required. string
Resource ID of the linked connection
location This property is required. string
The geo-location where the resource lives
name This property is required. string
The name of the resource
pipeline This property is required. string
Pipeline to use to transfer data
provisioningState This property is required. string
Provisioning state of the connection
status This property is required. string
Status of the connection
statusReason This property is required. string
Reason for status
subscriptionId This property is required. string
Subscription ID of the pending connection.
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"
direction string
Direction of data movement
flowTypes string[]
The flow types being requested for this connection
justification string
Justification for the connection request
pin string
PIN to link requests together
policies string[]
The policies for this connection
primaryContact string
The primary contact for this connection request
remoteSubscriptionId string
Subscription ID to link cloud subscriptions together
requirementId string
Requirement ID of the connection
schemas SchemaResponse[]
The schemas for this connection
secondaryContacts string[]
The secondary contacts for this connection request
tags {[key: string]: string}
Resource tags.
approver This property is required. str
Approver of this connection request
date_submitted This property is required. str
The timestamp that this connection request was submitted at
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 connection
linked_connection_id This property is required. str
Resource ID of the linked connection
location This property is required. str
The geo-location where the resource lives
name This property is required. str
The name of the resource
pipeline This property is required. str
Pipeline to use to transfer data
provisioning_state This property is required. str
Provisioning state of the connection
status This property is required. str
Status of the connection
status_reason This property is required. str
Reason for status
subscription_id This property is required. str
Subscription ID of the pending connection.
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"
direction str
Direction of data movement
flow_types Sequence[str]
The flow types being requested for this connection
justification str
Justification for the connection request
pin str
PIN to link requests together
policies Sequence[str]
The policies for this connection
primary_contact str
The primary contact for this connection request
remote_subscription_id str
Subscription ID to link cloud subscriptions together
requirement_id str
Requirement ID of the connection
schemas Sequence[SchemaResponse]
The schemas for this connection
secondary_contacts Sequence[str]
The secondary contacts for this connection request
tags Mapping[str, str]
Resource tags.
approver This property is required. String
Approver of this connection request
dateSubmitted This property is required. String
The timestamp that this connection request was submitted at
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 connection
linkedConnectionId This property is required. String
Resource ID of the linked connection
location This property is required. String
The geo-location where the resource lives
name This property is required. String
The name of the resource
pipeline This property is required. String
Pipeline to use to transfer data
provisioningState This property is required. String
Provisioning state of the connection
status This property is required. String
Status of the connection
statusReason This property is required. String
Reason for status
subscriptionId This property is required. String
Subscription ID of the pending connection.
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"
direction String
Direction of data movement
flowTypes List<String>
The flow types being requested for this connection
justification String
Justification for the connection request
pin String
PIN to link requests together
policies List<String>
The policies for this connection
primaryContact String
The primary contact for this connection request
remoteSubscriptionId String
Subscription ID to link cloud subscriptions together
requirementId String
Requirement ID of the connection
schemas List<Property Map>
The schemas for this connection
secondaryContacts List<String>
The secondary contacts for this connection request
tags Map<String>
Resource tags.

SchemaResponse

ConnectionId 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
ConnectionId 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
connectionId 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
connectionId 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
connectionId 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

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-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.82.0 published on Friday, Jan 10, 2025 by Pulumi