VolumeOverwriteRequest interface
Request to overwrite a volume's content from another volume or a snapshot
Properties
| source |
Serial number of the source volume to overwrite from. Used when sourceType is 'serialNumber'. |
| source |
Source type for the overwrite operation |
| source |
Azure resource ID of the source volume group. Required when sourceType is 'snapshot' or when the source volume belongs to a different volume group than the target. |
| source |
Azure resource ID of the source volume to clone from. Used when sourceType is 'volume'. |
| source |
Source volume group snapshot and volume snapshot name to restore from. Used when sourceType is 'snapshot'. |
Property Details
sourceSerialNumber
Serial number of the source volume to overwrite from. Used when sourceType is 'serialNumber'.
sourceSerialNumber?: string
Property Value
string
sourceType
Source type for the overwrite operation
sourceType: string
Property Value
string
sourceVolumeGroupResourceId
Azure resource ID of the source volume group. Required when sourceType is 'snapshot' or when the source volume belongs to a different volume group than the target.
sourceVolumeGroupResourceId?: string
Property Value
string
sourceVolumeResourceId
Azure resource ID of the source volume to clone from. Used when sourceType is 'volume'.
sourceVolumeResourceId?: string
Property Value
string
sourceVolumeSnapshot
Source volume group snapshot and volume snapshot name to restore from. Used when sourceType is 'snapshot'.
sourceVolumeSnapshot?: VolumeSnapshotSource