GetCapacityPoolBackupResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

UUID v4 used to identify the Backup

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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val label: String? = null

Label for backup

Link copied to clipboard

Resource location

Link copied to clipboard

The name of the resource

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard

Size of backup

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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