getStorageTarget

Returns a Storage Target from a cache. Uses Azure REST API version 2023-05-01. Other available API versions: 2021-03-01, 2023-11-01-preview, 2024-03-01, 2024-07-01.

Return

Type of the Storage Target.

Parameters

argument

null


suspend fun getStorageTarget(cacheName: String, resourceGroupName: String, storageTargetName: String): GetStorageTargetResult

Return

Type of the Storage Target.

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

The name of the resource group. The name is case insensitive.

storageTargetName

Name of Storage Target.

See also


Return

Type of the Storage Target.

Parameters

argument

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

See also