Cache Nfs Target Args
data class CacheNfsTargetArgs(val cacheName: Output<String>? = null, val name: Output<String>? = null, val namespaceJunctions: Output<List<CacheNfsTargetNamespaceJunctionArgs>>? = null, val resourceGroupName: Output<String>? = null, val targetHostName: Output<String>? = null, val usageModel: Output<String>? = null) : ConvertibleToJava<CacheNfsTargetArgs>
Manages a NFS 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'
.
Import
NFS Target within a HPC Cache can be imported using the resource id
, e.g.
$ pulumi import azure:hpc/cacheNfsTarget:CacheNfsTarget example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.StorageCache/caches/cache1/storageTargets/target1
Content copied to clipboard
Constructors
Link copied to clipboard
fun CacheNfsTargetArgs(cacheName: Output<String>? = null, name: Output<String>? = null, namespaceJunctions: Output<List<CacheNfsTargetNamespaceJunctionArgs>>? = null, resourceGroupName: Output<String>? = null, targetHostName: Output<String>? = null, usageModel: Output<String>? = null)