Share via


RestorePointCollectionUpdate interface

Update Restore Point collection parameters.

Extends

Properties

instantAccess

This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk. Instant access snapshot for Premium SSD v2 or Ultra disk is instantaneously available for restoring disk with fast restore performance.

provisioningState

The provisioning state of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

restorePointCollectionId

The unique id of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

restorePoints

A list containing all restore points created under this restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

source

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

Inherited Properties

tags

Resource tags

Property Details

instantAccess

This property determines whether instant access snapshot is enabled for restore points created under this restore point collection for Premium SSD v2 or Ultra disk. Instant access snapshot for Premium SSD v2 or Ultra disk is instantaneously available for restoring disk with fast restore performance.

instantAccess?: boolean

Property Value

boolean

provisioningState

The provisioning state of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

restorePointCollectionId

The unique id of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

restorePointCollectionId?: string

Property Value

string

restorePoints

A list containing all restore points created under this restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

restorePoints?: RestorePoint[]

Property Value

source

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

source?: RestorePointCollectionSourceProperties

Property Value

Inherited Property Details

tags

Resource tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From UpdateResource.tags