NamespaceJunction Class
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.
A namespace junction.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.NamespaceJunctionTypeConverter))]
public class NamespaceJunction : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INamespaceJunction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.NamespaceJunctionTypeConverter))>]
type NamespaceJunction = class
interface INamespaceJunction
interface IJsonSerializable
Public Class NamespaceJunction
Implements INamespaceJunction
- Inheritance
-
NamespaceJunction
- Attributes
- Implements
Constructors
NamespaceJunction() |
Creates an new NamespaceJunction instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NamespaceJunction. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NamespaceJunction. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.INamespaceJunction. |
FromJsonString(String) |
Creates a new instance of NamespaceJunction, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NamespaceJunction into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |