Share via


StorageMoverEndpointPatch Class

Definition

The Endpoint resource.

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

Constructors

StorageMoverEndpointPatch()

Initializes a new instance of StorageMoverEndpointPatch.

Properties

Properties

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.

Explicit Interface Implementations

IJsonModel<StorageMoverEndpointPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageMoverEndpointPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageMoverEndpointPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageMoverEndpointPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageMoverEndpointPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to