getCache

suspend fun getCache(argument: GetCachePlainArgs): GetCacheResult

Gets the details of the Cache specified by its identifier. API Version: 2020-12-01.

Return

Cache details.

Parameters

argument

null


suspend fun getCache(cacheId: String, resourceGroupName: String, serviceName: String): GetCacheResult

Return

Cache details.

Parameters

cacheId

Identifier of the Cache entity. Cache identifier (should be either 'default' or valid Azure region identifier).

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


suspend fun getCache(argument: suspend GetCachePlainArgsBuilder.() -> Unit): GetCacheResult

Return

Cache details.

Parameters

argument

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

See also