Get Capacity Pool Backup Result
data class GetCapacityPoolBackupResult(val azureApiVersion: String, val backupId: String, val backupType: String, val creationDate: String, val failureReason: String, val id: String, val label: String? = null, val location: String, val name: String, val provisioningState: String, val size: Double, val systemData: SystemDataResponse, val type: String, val useExistingSnapshot: Boolean? = null, val volumeName: String)
Backup of a Volume
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, backupId: String, backupType: String, creationDate: String, failureReason: String, id: String, label: String? = null, location: String, name: String, provisioningState: String, size: Double, systemData: SystemDataResponse, type: String, useExistingSnapshot: Boolean? = null, volumeName: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Type of backup Manual or Scheduled
Link copied to clipboard
The creation date of the backup
Link copied to clipboard
Failure reason
Link copied to clipboard
Azure lifecycle management
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups
Link copied to clipboard
Volume name