StoragecacheFunctions

Functions

Link copied to clipboard

Returns an AML file system. 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.

suspend fun getAmlFilesystem(amlFilesystemName: String, resourceGroupName: String): GetAmlFilesystemResult
Link copied to clipboard

Returns an auto export job. Uses Azure REST API version 2024-07-01.

suspend fun getAutoExportJob(amlFilesystemName: String, autoExportJobName: String, resourceGroupName: String): GetAutoExportJobResult
Link copied to clipboard
suspend fun getCache(argument: GetCachePlainArgs): GetCacheResult

Returns 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.

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. Other available API versions: 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.

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 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.

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 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.

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