Share via


NfsMountEndpointUpdateProperties Class

Definition

The NfsMountEndpointUpdateProperties.

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

Constructors

NfsMountEndpointUpdateProperties()

Initializes a new instance of NfsMountEndpointUpdateProperties.

Properties

Description

A description for the Endpoint.

(Inherited from EndpointBaseUpdateProperties)

Explicit Interface Implementations

IJsonModel<EndpointBaseUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from EndpointBaseUpdateProperties)
IJsonModel<NfsMountEndpointUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NfsMountEndpointUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointBaseUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from EndpointBaseUpdateProperties)
IPersistableModel<NfsMountEndpointUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NfsMountEndpointUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NfsMountEndpointUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to