get Storage Target
Returns a Storage Target from a cache. Uses Azure REST API version 2024-03-01. Other available API versions: 2023-05-01, 2023-11-01-preview, 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native storagecache [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
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.