VolumeGroupSnapshotProperties interface
Properties of a volume group snapshot
Properties
| created |
Date and time at which the snapshot was created, as an RFC 3339 timestamp |
| created |
Whether the snapshot was created by a protection policy |
| provisioning |
Provisioning state of the resource |
| soft |
Soft-deletion state of the snapshot |
| source |
Azure resource ID of the source snapshot to recover from; omit for a new manual snapshot |
| space | Storage space usage of the snapshot |
| volume |
List of individual volume snapshots included in this volume group snapshot; populated on single-get, empty or omitted on list for performance |
Property Details
createdAt
Date and time at which the snapshot was created, as an RFC 3339 timestamp
createdAt?: Date
Property Value
Date
createdByPolicy
Whether the snapshot was created by a protection policy
createdByPolicy?: boolean
Property Value
boolean
provisioningState
Provisioning state of the resource
provisioningState?: string
Property Value
string
softDeletion
Soft-deletion state of the snapshot
softDeletion?: DestroyedStateProperties
Property Value
sourceSnapshotResourceId
Azure resource ID of the source snapshot to recover from; omit for a new manual snapshot
sourceSnapshotResourceId?: string
Property Value
string
space
volumeSnapshots
List of individual volume snapshots included in this volume group snapshot; populated on single-get, empty or omitted on list for performance
volumeSnapshots?: VolumeSnapshotInfo[]