Package version:

Recovery plan collection details.

interface RecoveryPlanCollection {
    nextLink?: string;
    value?: RecoveryPlan[];
}

Properties

Properties

nextLink?: string

The value of next link.

value?: RecoveryPlan[]

The list of recovery plans.