CloneRequest 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.
The clone job request.
public class CloneRequest
type CloneRequest = class
Public Class CloneRequest
- Inheritance
-
CloneRequest
Constructors
CloneRequest() |
Initializes a new instance of the CloneRequest class. |
CloneRequest(String, String, IList<String>, BackupElement) |
Initializes a new instance of the CloneRequest class. |
Properties
BackupElement |
Gets or sets the backup element that is cloned. |
TargetAccessControlRecordIds |
Gets or sets the list of path IDs of the access control records to be associated to the new cloned volume. |
TargetDeviceId |
Gets or sets the path ID of the device which will act as the clone target. |
TargetVolumeName |
Gets or sets the name of the new volume which will be created and the backup will be cloned into. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET