getApiTagDescription

Get Tag description in scope of API API Version: 2020-12-01.

Return

Contract details.

Parameters

argument

null


suspend fun getApiTagDescription(apiId: String, resourceGroupName: String, serviceName: String, tagDescriptionId: String): GetApiTagDescriptionResult

Return

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.

serviceName

The name of the API Management service.

tagDescriptionId

Tag description identifier. Used when creating tagDescription for API/Tag association. Based on API and Tag names.

See also


Return

Contract details.

Parameters

argument

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

See also