EndpointBaseUpdateProperties Class

Definition

The Endpoint resource, which contains information about file sources and targets. Please note this is the abstract base class. The derived classes available for instantiation are: AzureStorageBlobContainerEndpointUpdateProperties, NfsMountEndpointUpdateProperties, AzureStorageSmbFileShareEndpointUpdateProperties, AzureStorageNfsFileShareEndpointUpdateProperties, AzureMultiCloudConnectorEndpointUpdateProperties, and SmbMountEndpointUpdateProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StorageMover.Models.UnknownEndpointBaseUpdateProperties))]
public abstract class EndpointBaseUpdateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.Models.EndpointBaseUpdateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.Models.EndpointBaseUpdateProperties>
public abstract class EndpointBaseUpdateProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StorageMover.Models.UnknownEndpointBaseUpdateProperties))>]
type EndpointBaseUpdateProperties = class
    interface IJsonModel<EndpointBaseUpdateProperties>
    interface IPersistableModel<EndpointBaseUpdateProperties>
type EndpointBaseUpdateProperties = class
Public MustInherit Class EndpointBaseUpdateProperties
Implements IJsonModel(Of EndpointBaseUpdateProperties), IPersistableModel(Of EndpointBaseUpdateProperties)
Public MustInherit Class EndpointBaseUpdateProperties
Inheritance
EndpointBaseUpdateProperties
Derived
Attributes
Implements

Constructors

Name Description
EndpointBaseUpdateProperties()

Initializes a new instance of EndpointBaseUpdateProperties for deserialization.

Properties

Name Description
Description

A description for the Endpoint.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EndpointBaseUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointBaseUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointBaseUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointBaseUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointBaseUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to