Package version:

Collection of recovery point details.

interface RecoveryPointCollection {
    nextLink?: string;
    value?: RecoveryPoint[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: RecoveryPoint[]

The recovery point details.