你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INamespaceJunction Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.NamespaceJunctionTypeConverter))]
public interface INamespaceJunction : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.NamespaceJunctionTypeConverter))>]
type INamespaceJunction = interface
    interface IJsonSerializable
Public Interface INamespaceJunction
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

NamespacePath

Namespace path on a cache for a Storage Target.

NfsAccessPolicy

Name of the access policy applied to this junction.

NfsExport

NFS export where targetPath exists.

TargetPath

Path in Storage Target to which namespacePath points.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to