get Api Tag Description
suspend fun getApiTagDescription(argument: GetApiTagDescriptionPlainArgs): GetApiTagDescriptionResult
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
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.
service Name
The name of the API Management service.
tag Description Id
Tag description identifier. Used when creating tagDescription for API/Tag association. Based on API and Tag names.
See also
suspend fun getApiTagDescription(argument: suspend GetApiTagDescriptionPlainArgsBuilder.() -> Unit): GetApiTagDescriptionResult
Return
Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiTagDescriptionPlainArgs.