getSchema

Gets the details of the Schema specified by its identifier. Uses Azure REST API version 2021-04-01-preview.

Return

Schema Contract details.

Parameters

argument

null


suspend fun getSchema(resourceGroupName: String, schemaId: String, serviceName: String): GetSchemaResult

Return

Schema Contract details.

Parameters

resourceGroupName

The name of the resource group.

schemaId

Schema id identifier. Must be unique in the current API Management service instance.

serviceName

The name of the API Management service.

See also


suspend fun getSchema(argument: suspend GetSchemaPlainArgsBuilder.() -> Unit): GetSchemaResult

Return

Schema Contract details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetSchemaPlainArgs.

See also