list List Pending Connection
suspend fun listListPendingConnection(argument: ListListPendingConnectionPlainArgs): ListListPendingConnectionResult
Lists all pending connections for a connection. Uses Azure REST API version 2023-10-11-preview. Other available API versions: 2024-01-25, 2024-05-07, 2024-09-11, 2024-09-27, 2025-03-01-preview.
Return
The connections list result.
Parameters
argument
null
suspend fun listListPendingConnection(connectionName: String, resourceGroupName: String): ListListPendingConnectionResult
Return
The connections list result.
Parameters
connection Name
The name for the connection that is to be requested.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listListPendingConnection(argument: suspend ListListPendingConnectionPlainArgsBuilder.() -> Unit): ListListPendingConnectionResult
Return
The connections list result.
Parameters
argument
Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.ListListPendingConnectionPlainArgs.