MoverResourceMoveContent Class

Definition

Defines the request body for resource move operation.

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

Constructors

MoverResourceMoveContent(IEnumerable<ResourceIdentifier>)

Initializes a new instance of MoverResourceMoveContent.

Properties

MoverResourceInputType

Defines the move resource input type.

MoverResources

Gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property.

ValidateOnly

Gets or sets a value indicating whether the operation needs to only run pre-requisite.

Explicit Interface Implementations

IJsonModel<MoverResourceMoveContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverResourceMoveContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverResourceMoveContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverResourceMoveContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverResourceMoveContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to