GetRestorePointCollectionResult

data class GetRestorePointCollectionResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val restorePointCollectionId: String, val restorePoints: List<RestorePointResponse>, val source: RestorePointCollectionSourcePropertiesResponse? = null, val tags: Map<String, String>? = null, val type: String)

Create or update Restore Point collection parameters.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, provisioningState: String, restorePointCollectionId: String, restorePoints: List<RestorePointResponse>, source: RestorePointCollectionSourcePropertiesResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The provisioning state of the restore point collection.

Link copied to clipboard

The unique id of the restore point collection.

Link copied to clipboard

A list containing all restore points created under this restore point collection.

Link copied to clipboard

The properties of the source resource that this restore point collection is created from.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type