RecoveryPointModel interface
Recovery point model.
Properties
id | Gets or sets the Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Gets or sets the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Recovery point model properties. |
system |
NOTE: This property will not be serialized. It can only be populated by the server. |
type | Gets or sets the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
Gets or sets the Id of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Gets or sets the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
Recovery point model properties.
properties: RecoveryPointModelProperties
Property Value
systemData
NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: RecoveryPointModelSystemData
Property Value
type
Gets or sets the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Azure SDK for JavaScript