get Api Schema
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
api Id
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.
resource Group Name
The name of the resource group.
schema Id
Schema identifier within an API. Must be unique in the current API Management service instance.
service Name
The name of the API Management service.
See also
suspend fun getApiSchema(argument: suspend GetApiSchemaPlainArgsBuilder.() -> Unit): GetApiSchemaResult
Return
Schema Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiSchemaPlainArgs.