MoverCommitContent 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 commit operation.
public class MoverCommitContent
public class MoverCommitContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceMover.Models.MoverCommitContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceMover.Models.MoverCommitContent>
type MoverCommitContent = class
type MoverCommitContent = class
interface IJsonModel<MoverCommitContent>
interface IPersistableModel<MoverCommitContent>
Public Class MoverCommitContent
Public Class MoverCommitContent
Implements IJsonModel(Of MoverCommitContent), IPersistableModel(Of MoverCommitContent)
- Inheritance
-
MoverCommitContent
- Implements
Constructors
MoverCommitContent(IEnumerable<ResourceIdentifier>) |
Initializes a new instance of MoverCommitContent. |
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<MoverCommitContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MoverCommitContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MoverCommitContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MoverCommitContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MoverCommitContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET