Share via


EndpointBaseUpdateProperties Class

Definition

The Endpoint resource, which contains information about file sources and targets. Please note EndpointBaseUpdateProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureStorageBlobContainerEndpointUpdateProperties, AzureStorageSmbFileShareEndpointUpdateProperties, NfsMountEndpointUpdateProperties 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

EndpointBaseUpdateProperties()

Initializes a new instance of EndpointBaseUpdateProperties.

Properties

Description

A description for the Endpoint.

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.

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