Share via


StorageMoverPatch Class

Definition

The Storage Mover resource.

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

Constructors

StorageMoverPatch()

Initializes a new instance of StorageMoverPatch.

Properties

Description

A description for the Storage Mover.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<StorageMoverPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageMoverPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageMoverPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageMoverPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageMoverPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to