StoragecacheFunctions

Functions

Link copied to clipboard

Returns an AML file system. Uses Azure REST API version 2023-05-01.

suspend fun getAmlFilesystem(amlFilesystemName: String, resourceGroupName: String): GetAmlFilesystemResult
Link copied to clipboard
suspend fun getCache(argument: GetCachePlainArgs): GetCacheResult

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

suspend fun getCache(argument: suspend GetCachePlainArgsBuilder.() -> Unit): GetCacheResult
suspend fun getCache(cacheName: String, resourceGroupName: String): GetCacheResult
Link copied to clipboard

Returns an import job. Uses Azure REST API version 2024-03-01.

suspend fun getImportJob(amlFilesystemName: String, importJobName: String, resourceGroupName: String): GetImportJobResult
Link copied to clipboard

Get the number of available IP addresses needed for the AML file system information provided. Uses Azure REST API version 2023-05-01. Other available API versions: 2023-03-01-preview, 2023-11-01-preview, 2024-03-01, 2024-07-01.

suspend fun getRequiredAmlFSSubnetsSize(sku: SkuName? = null, storageCapacityTiB: Double? = null): GetRequiredAmlFSSubnetsSizeResult
Link copied to clipboard

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.

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