Storagecache Functions
object StoragecacheFunctions
Functions
Link copied to clipboard
Returns an AML file system. Uses Azure REST API version 2023-05-01.
suspend fun getAmlFilesystem(argument: suspend GetAmlFilesystemPlainArgsBuilder.() -> Unit): GetAmlFilesystemResult
suspend fun getAmlFilesystem(amlFilesystemName: String, resourceGroupName: String): GetAmlFilesystemResult
Link copied to clipboard
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.
Link copied to clipboard
Returns an import job. Uses Azure REST API version 2024-03-01.
suspend fun getImportJob(argument: suspend GetImportJobPlainArgsBuilder.() -> Unit): GetImportJobResult
suspend fun getImportJob(amlFilesystemName: String, importJobName: String, resourceGroupName: String): GetImportJobResult
Link copied to clipboard
suspend fun getRequiredAmlFSSubnetsSize(argument: GetRequiredAmlFSSubnetsSizePlainArgs): GetRequiredAmlFSSubnetsSizeResult
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(argument: suspend GetRequiredAmlFSSubnetsSizePlainArgsBuilder.() -> Unit): GetRequiredAmlFSSubnetsSizeResult
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(argument: suspend GetStorageTargetPlainArgsBuilder.() -> Unit): GetStorageTargetResult
suspend fun getStorageTarget(cacheName: String, resourceGroupName: String, storageTargetName: String): GetStorageTargetResult