GetRestorePointResult

data class GetRestorePointResult(val consistencyMode: String, val excludeDisks: List<ApiEntityReferenceResponse>? = null, val id: String, val name: String, val provisioningState: String, val sourceMetadata: RestorePointSourceMetadataResponse, val timeCreated: String? = null, val type: String)

Restore Point details.

Constructors

Link copied to clipboard
constructor(consistencyMode: String, excludeDisks: List<ApiEntityReferenceResponse>? = null, id: String, name: String, provisioningState: String, sourceMetadata: RestorePointSourceMetadataResponse, timeCreated: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details.

Link copied to clipboard

List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource name

Link copied to clipboard

Gets the provisioning state of the restore point.

Link copied to clipboard

Gets the details of the VM captured at the time of the restore point creation.

Link copied to clipboard
val timeCreated: String? = null

Gets the creation time of the restore point.

Link copied to clipboard

Resource type