ArmStorageCacheModelFactory.NamespaceJunction Method

Definition

public static Azure.ResourceManager.StorageCache.Models.NamespaceJunction NamespaceJunction(string namespacePath = default, string targetPath = default, string nfsExport = default, string nfsAccessPolicy = default);
static member NamespaceJunction : string * string * string * string -> Azure.ResourceManager.StorageCache.Models.NamespaceJunction
Public Shared Function NamespaceJunction (Optional namespacePath As String = Nothing, Optional targetPath As String = Nothing, Optional nfsExport As String = Nothing, Optional nfsAccessPolicy As String = Nothing) As NamespaceJunction

Parameters

namespacePath
String

Namespace path on a cache for a Storage Target.

targetPath
String

Path in Storage Target to which namespacePath points.

nfsExport
String

NFS export where targetPath exists.

nfsAccessPolicy
String

Name of the access policy applied to this junction.

Returns

A new NamespaceJunction instance for mocking.

Applies to