getCache

suspend fun getCache(argument: GetCachePlainArgs): GetCacheResult

Returns a Cache. API Version: 2021-03-01.

Return

A Cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

argument

null


suspend fun getCache(cacheName: String, resourceGroupName: String): GetCacheResult

Return

A Cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

cacheName

Name of Cache. Length of name must not be greater than 80 and chars must be from the -0-9a-zA-Z_ char class.

resourceGroupName

Target resource group.

See also


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

Return

A Cache instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

argument

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

See also