RestorePointCollectionUpdate interface

Update Restore Point collection parameters.

Extends

Properties

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

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