RestorePointCollection interface
Create or update Restore Point collection parameters.
- Extends
Properties
provisioning |
The provisioning state of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
The unique id of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server. |
restore |
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
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
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
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type