Condividi tramite


NamespaceJunction Constructors

Definition

Overloads

NamespaceJunction()

Initializes a new instance of the NamespaceJunction class.

NamespaceJunction(String, String, String, String)

Initializes a new instance of the NamespaceJunction class.

NamespaceJunction()

Initializes a new instance of the NamespaceJunction class.

public NamespaceJunction ();
Public Sub New ()

Applies to

NamespaceJunction(String, String, String, String)

Initializes a new instance of the NamespaceJunction class.

public NamespaceJunction (string namespacePath = default, string targetPath = default, string nfsExport = default, string nfsAccessPolicy = default);
new Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction : string * string * string * string -> Microsoft.Azure.Management.StorageCache.Models.NamespaceJunction
Public Sub New (Optional namespacePath As String = Nothing, Optional targetPath As String = Nothing, Optional nfsExport As String = Nothing, Optional nfsAccessPolicy As String = Nothing)

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.

Applies to