Package version:

Interface RestorePointCollectionSourceProperties

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

interface RestorePointCollectionSourceProperties {
    id?: string;
    location?: string;
}

Properties

Properties

id?: string

Resource Id of the source resource used to create this restore point collection

location?: string

Location of the source resource used to create this restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.