MoverBulkRemoveContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the request body for bulk remove of move resources operation.
public class MoverBulkRemoveContent
public class MoverBulkRemoveContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.MoverBulkRemoveContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.MoverBulkRemoveContent>
type MoverBulkRemoveContent = class
type MoverBulkRemoveContent = class
interface IJsonModel<MoverBulkRemoveContent>
interface IPersistableModel<MoverBulkRemoveContent>
Public Class MoverBulkRemoveContent
Public Class MoverBulkRemoveContent
Implements IJsonModel(Of MoverBulkRemoveContent), IPersistableModel(Of MoverBulkRemoveContent)
- Inheritance
-
MoverBulkRemoveContent
- Implements
Constructors
MoverBulkRemoveContent() |
Initializes a new instance of MoverBulkRemoveContent. |
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<MoverBulkRemoveContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MoverBulkRemoveContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MoverBulkRemoveContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MoverBulkRemoveContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MoverBulkRemoveContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET