get Storage Target
Returns a Storage Target from a Cache. API Version: 2021-03-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
Target resource group.
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.