MoverPrepareContent Class

Definition

Defines the request body for initiate prepare operation.

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

Constructors

MoverPrepareContent(IEnumerable<ResourceIdentifier>)

Initializes a new instance of MoverPrepareContent.

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<MoverPrepareContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MoverPrepareContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MoverPrepareContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MoverPrepareContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MoverPrepareContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to