NfsMountEndpointProperties Class

Definition

The properties of NFS share endpoint.

public class NfsMountEndpointProperties : Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.NfsMountEndpointProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.NfsMountEndpointProperties>
public class NfsMountEndpointProperties : Azure.ResourceManager.StorageMover.Models.EndpointBaseProperties
type NfsMountEndpointProperties = class
    inherit EndpointBaseProperties
    interface IJsonModel<NfsMountEndpointProperties>
    interface IPersistableModel<NfsMountEndpointProperties>
type NfsMountEndpointProperties = class
    inherit EndpointBaseProperties
Public Class NfsMountEndpointProperties
Inherits EndpointBaseProperties
Implements IJsonModel(Of NfsMountEndpointProperties), IPersistableModel(Of NfsMountEndpointProperties)
Public Class NfsMountEndpointProperties
Inherits EndpointBaseProperties
Inheritance
NfsMountEndpointProperties
Implements

Constructors

NfsMountEndpointProperties(String, String)

Initializes a new instance of NfsMountEndpointProperties.

Properties

Description

A description for the Endpoint.

(Inherited from EndpointBaseProperties)
Export

The directory being exported from the server.

Host

The host name or IP address of the server exporting the file system.

NfsVersion

The NFS protocol version.

ProvisioningState

The provisioning state of this resource.

(Inherited from EndpointBaseProperties)

Explicit Interface Implementations

IJsonModel<EndpointBaseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from EndpointBaseProperties)
IJsonModel<EndpointBaseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EndpointBaseProperties)
IJsonModel<NfsMountEndpointProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NfsMountEndpointProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointBaseProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EndpointBaseProperties)
IPersistableModel<EndpointBaseProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from EndpointBaseProperties)
IPersistableModel<EndpointBaseProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EndpointBaseProperties)
IPersistableModel<NfsMountEndpointProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NfsMountEndpointProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NfsMountEndpointProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to