Get Restore Point Collection Result
data class GetRestorePointCollectionResult(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
fun GetRestorePointCollectionResult(id: String, location: String, name: String, provisioningState: String, restorePointCollectionId: String, restorePoints: List<RestorePointResponse>, source: RestorePointCollectionSourcePropertiesResponse? = null, tags: Map<String, String>? = null, type: String)