NamespaceJunction Class

Definition

A namespace junction.

public class NamespaceJunction
public class NamespaceJunction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.NamespaceJunction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.NamespaceJunction>
type NamespaceJunction = class
type NamespaceJunction = class
    interface IJsonModel<NamespaceJunction>
    interface IPersistableModel<NamespaceJunction>
Public Class NamespaceJunction
Public Class NamespaceJunction
Implements IJsonModel(Of NamespaceJunction), IPersistableModel(Of NamespaceJunction)
Inheritance
NamespaceJunction
Implements

Constructors

NamespaceJunction()

Initializes a new instance of NamespaceJunction.

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.

Explicit Interface Implementations

IJsonModel<NamespaceJunction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NamespaceJunction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NamespaceJunction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NamespaceJunction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NamespaceJunction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to