Cache Blob Nfs Target Args
data class CacheBlobNfsTargetArgs(val accessPolicyName: Output<String>? = null, val cacheName: Output<String>? = null, val name: Output<String>? = null, val namespacePath: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageContainerId: Output<String>? = null, val usageModel: Output<String>? = null) : ConvertibleToJava<CacheBlobNfsTargetArgs>
Manages a Blob NFSv3 Target within a HPC Cache.
NOTE:: By request of the service team the provider no longer automatically registering the
Microsoft.StorageCache
Resource Provider for this resource. To register it you can runaz provider register --namespace 'Microsoft.StorageCache'
. NOTE:: This resource depends on the NFSv3 enabled Storage Account, which has some prerequisites need to meet. Please checkout: https://docs.microsoft.com/azure/storage/blobs/network-file-system-protocol-support-how-to?tabs=azure-powershell.
Import
HPC Cache Blob NFS Targets can be imported using the resource id
, e.g.
$ pulumi import azure:hpc/cacheBlobNfsTarget:CacheBlobNfsTarget example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.StorageCache/caches/cache1/storageTargets/target1
Content copied to clipboard