VolumeOverwriteRequest interface

Request to overwrite a volume's content from another volume or a snapshot

Properties

sourceSerialNumber

Serial number of the source volume to overwrite from. Used when sourceType is 'serialNumber'.

sourceType

Source type for the overwrite operation

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.

sourceVolumeResourceId

Azure resource ID of the source volume to clone from. Used when sourceType is 'volume'.

sourceVolumeSnapshot

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

Property Value