RestorePointCollectionSourcePropertiesResponse

data class RestorePointCollectionSourcePropertiesResponse(val id: String? = null, val location: String)

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

Constructors

constructor(id: String? = null, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource Id of the source resource used to create this restore point collection

Link copied to clipboard

Location of the source resource used to create this restore point collection.