AzuredatatransferFunctions

Functions

Link copied to clipboard

Gets connection resource. 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.

suspend fun getConnection(connectionName: String, resourceGroupName: String): GetConnectionResult
Link copied to clipboard
suspend fun getFlow(argument: GetFlowPlainArgs): GetFlowResult

Gets flow resource. 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.

suspend fun getFlow(argument: suspend GetFlowPlainArgsBuilder.() -> Unit): GetFlowResult
suspend fun getFlow(connectionName: String, flowName: String, resourceGroupName: String): GetFlowResult
Link copied to clipboard

Get the destination endpoint ports for the specified flow and stream ID. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.

suspend fun getFlowDestinationEndpointPorts(connectionName: String, flowName: String, resourceGroupName: String): GetFlowDestinationEndpointPortsResult
Link copied to clipboard

Get the destination endpoints for the specified flow and stream ID. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.

suspend fun getFlowDestinationEndpoints(connectionName: String, flowName: String, resourceGroupName: String): GetFlowDestinationEndpointsResult
Link copied to clipboard

Get the source addresses for the specified flow. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.

suspend fun getFlowSourceAddresses(connectionName: String, flowName: String, resourceGroupName: String): GetFlowSourceAddressesResult
Link copied to clipboard

Get the connection string for the specified flow. Uses Azure REST API version 2024-09-27. Other available API versions: 2025-03-01-preview.

suspend fun getFlowStreamConnectionString(connectionName: String, flowName: String, resourceGroupName: String): GetFlowStreamConnectionStringResult
Link copied to clipboard

Gets pipeline resource. 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.

suspend fun getPipeline(argument: suspend GetPipelinePlainArgsBuilder.() -> Unit): GetPipelineResult
suspend fun getPipeline(pipelineName: String, resourceGroupName: String): GetPipelineResult
Link copied to clipboard

Lists approved schemas for Azure Data Transfer. 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.

Link copied to clipboard

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.

suspend fun listListPendingConnection(connectionName: String, resourceGroupName: String): ListListPendingConnectionResult
Link copied to clipboard

Lists all pending flows 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.

suspend fun listListPendingFlow(connectionName: String, resourceGroupName: String): ListListPendingFlowResult
Link copied to clipboard

Lists the schemas for the specified connection in a pipeline. 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.

suspend fun listListSchema(connectionId: String? = null, content: String? = null, id: String? = null, name: String? = null, pipelineName: String, resourceGroupName: String, status: Either<String, SchemaStatus>? = null): ListListSchemaResult