PrepareDataMoveContent 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.
Prepare DataMove Request.
public class PrepareDataMoveContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.PrepareDataMoveContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.PrepareDataMoveContent>
type PrepareDataMoveContent = class
interface IJsonModel<PrepareDataMoveContent>
interface IPersistableModel<PrepareDataMoveContent>
Public Class PrepareDataMoveContent
Implements IJsonModel(Of PrepareDataMoveContent), IPersistableModel(Of PrepareDataMoveContent)
- Inheritance
-
PrepareDataMoveContent
- Implements
Constructors
PrepareDataMoveContent(ResourceIdentifier, AzureLocation, DataMoveLevel) |
Initializes a new instance of PrepareDataMoveContent. |
Properties
DataMoveLevel |
DataMove Level. |
IgnoreMoved |
Ignore the artifacts which are already moved. |
SourceContainerArmIds |
Source Container ArmIds This needs to be populated only if DataMoveLevel is set to container |
TargetRegion |
Target Region. |
TargetResourceId |
ARM Id of target vault. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PrepareDataMoveContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PrepareDataMoveContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PrepareDataMoveContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PrepareDataMoveContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PrepareDataMoveContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET