Share via


StorageMoverProjectPatch Class

Definition

The Project resource.

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

Constructors

StorageMoverProjectPatch()

Initializes a new instance of StorageMoverProjectPatch.

Properties

Description

A description for the Project.

Explicit Interface Implementations

IJsonModel<StorageMoverProjectPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageMoverProjectPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageMoverProjectPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageMoverProjectPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageMoverProjectPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to