get Storage Target
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
cache Name
Name of cache. Length of name must not be greater than 80 and chars must be from the -0-9a-zA-Z_ char class.
resource Group Name
The name of the resource group. The name is case insensitive.
storage Target Name
Name of Storage Target.
See also
suspend fun getStorageTarget(argument: suspend GetStorageTargetPlainArgsBuilder.() -> Unit): GetStorageTargetResult
Return
Type of the Storage Target.
Parameters
argument
Builder for com.pulumi.azurenative.storagecache.kotlin.inputs.GetStorageTargetPlainArgs.