AzuredatatransferFunctions

Functions

Link copied to clipboard

Gets connection resource. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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

Gets flow resource. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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

Gets pipeline resource. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

Link copied to clipboard

Lists all pending connections for a connection. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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

Lists all pending flows for a connection. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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

Lists the schemas for the specified connection in a pipeline. Azure REST API version: 2023-10-11-preview. Other available API versions: 2024-01-25.

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