AzureVolumeProperties interface
Properties of an Azure volume
Properties
| created |
Volume creation date, as an RFC 3339 timestamp |
| provisioned |
Currently provisioned size of the volume, in bytes |
| provisioning |
Provisioning state of the resource |
| serial |
Serial number of the volume |
| soft |
Soft-deletion state of the volume |
| source |
Azure resource ID of the soft-deleted volume to recover within the same volume group |
| source |
Serial number of the source volume to import |
| source |
Indicates the source type for volume creation |
| source |
Azure Resource ID of the source volume group to clone from. |
| source |
Azure resource ID of the source volume for cloning |
| source |
Source volume group snapshot and volume snapshot name to restore from |
| space | Storage space usage for the volume |
Property Details
createdAt
Volume creation date, as an RFC 3339 timestamp
createdAt?: Date
Property Value
Date
provisionedSize
Currently provisioned size of the volume, in bytes
provisionedSize?: number
Property Value
number
provisioningState
Provisioning state of the resource
provisioningState?: string
Property Value
string
serialNumber
Serial number of the volume
serialNumber?: string
Property Value
string
softDeletion
Soft-deletion state of the volume
softDeletion?: DestroyedStateProperties
Property Value
sourceRecoverableVolumeResourceId
Azure resource ID of the soft-deleted volume to recover within the same volume group
sourceRecoverableVolumeResourceId?: string
Property Value
string
sourceSerialNumber
Serial number of the source volume to import
sourceSerialNumber?: string
Property Value
string
sourceType
Indicates the source type for volume creation
sourceType?: string
Property Value
string
sourceVolumeGroupResourceId
Azure Resource ID of the source volume group to clone from.
sourceVolumeGroupResourceId?: string
Property Value
string
sourceVolumeResourceId
Azure resource ID of the source volume for cloning
sourceVolumeResourceId?: string
Property Value
string
sourceVolumeSnapshot
Source volume group snapshot and volume snapshot name to restore from
sourceVolumeSnapshot?: VolumeSnapshotSource