MoverResourceSetPatch Class

Definition

Defines the request body for updating move collection.

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

Constructors

MoverResourceSetPatch()

Initializes a new instance of MoverResourceSetPatch.

Properties

Identity

Defines the MSI properties of the Move Collection. Current supported identity types: None, SystemAssigned, UserAssigned.

Tags

Gets or sets the Resource tags.

Explicit Interface Implementations

IJsonModel<MoverResourceSetPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverResourceSetPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceSetPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceSetPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceSetPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to