Package version:

Collection of cluster recovery point details.

interface ClusterRecoveryPointCollection {
    nextLink?: string;
    value?: ClusterRecoveryPoint[];
}

Properties

Properties

nextLink?: string

The value of next link.

The cluster recovery point details.