CloneRequest Constructors
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.
Overloads
CloneRequest() |
Initializes a new instance of the CloneRequest class. |
CloneRequest(String, String, IList<String>, BackupElement) |
Initializes a new instance of the CloneRequest class. |
CloneRequest()
Initializes a new instance of the CloneRequest class.
public CloneRequest ();
Public Sub New ()
Applies to
CloneRequest(String, String, IList<String>, BackupElement)
Initializes a new instance of the CloneRequest class.
public CloneRequest (string targetDeviceId, string targetVolumeName, System.Collections.Generic.IList<string> targetAccessControlRecordIds, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement backupElement);
new Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest : string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.StorSimple8000Series.Models.BackupElement -> Microsoft.Azure.Management.StorSimple8000Series.Models.CloneRequest
Public Sub New (targetDeviceId As String, targetVolumeName As String, targetAccessControlRecordIds As IList(Of String), backupElement As BackupElement)
Parameters
- targetDeviceId
- String
The path ID of the device which will act as the clone target.
- targetVolumeName
- String
The name of the new volume which will be created and the backup will be cloned into.
The list of path IDs of the access control records to be associated to the new cloned volume.
- backupElement
- BackupElement
The backup element that is cloned.