listListSchema

Lists the schemas for the specified connection in a pipeline. Uses Azure REST API version 2024-09-27. Other available API versions: 2023-10-11-preview, 2024-01-25, 2024-05-07, 2024-09-11, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azuredatatransfer [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The schemas list result.

Parameters

argument

null


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

Return

The schemas list result.

Parameters

connectionId

Connection ID associated with this schema

content

Content of the schema

direction

The direction of the schema.

id

ID associated with this schema

name

Name of the schema

pipelineName

The name for the pipeline that is to be requested.

resourceGroupName

The name of the resource group. The name is case insensitive.

schemaType

The Schema Type

schemaUri

Uri containing SAS token for the zipped schema

status

Status of the schema

See also


Return

The schemas list result.

Parameters

argument

Builder for com.pulumi.azurenative.azuredatatransfer.kotlin.inputs.ListListSchemaPlainArgs.

See also