list List Schema
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.
Return
The schemas list result.
Parameters
argument
null
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
Return
The schemas list result.
Parameters
connection Id
Connection ID associated with this schema
content
Content of the schema
id
ID associated with this schema
name
Name of the schema
pipeline Name
The name for the pipeline that is to be requested.
resource Group Name
The name of the resource group. The name is case insensitive.
status
Status of the schema
See also
suspend fun listListSchema(argument: suspend ListListSchemaPlainArgsBuilder.() -> Unit): ListListSchemaResult
Return
The schemas list result.
Parameters
argument
Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.ListListSchemaPlainArgs.