INamespaceJunction Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |