getApiSchema

Get the schema configuration at the API level. API Version: 2020-12-01.

Return

Schema Contract details.

Parameters

argument

null


suspend fun getApiSchema(apiId: String, resourceGroupName: String, schemaId: String, serviceName: String): GetApiSchemaResult

Return

Schema Contract details.

Parameters

apiId

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

resourceGroupName

The name of the resource group.

schemaId

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

serviceName

The name of the API Management service.

See also


Return

Schema Contract details.

Parameters

argument

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

See also