PrepareDataMoveRequest 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 PrepareDataMoveRequest
type PrepareDataMoveRequest = class
Public Class PrepareDataMoveRequest
- Inheritance
-
PrepareDataMoveRequest
Constructors
PrepareDataMoveRequest() |
Initializes a new instance of the PrepareDataMoveRequest class. |
PrepareDataMoveRequest(String, String, String, IList<String>, Nullable<Boolean>) |
Initializes a new instance of the PrepareDataMoveRequest class. |
Properties
DataMoveLevel |
Gets or sets dataMove Level. Possible values include: 'Invalid', 'Vault', 'Container' |
IgnoreMoved |
Gets or sets ignore the artifacts which are already moved. |
SourceContainerArmIds |
Gets or sets source Container ArmIds This needs to be populated only if DataMoveLevel is set to container |
TargetRegion |
Gets or sets target Region |
TargetResourceId |
Gets or sets ARM Id of target vault |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET