Package version:

Recovery point.

interface ClusterRecoveryPoint {
    id?: string;
    name?: string;
    properties?: ClusterRecoveryPointProperties;
    type?: string;
}

Properties

id?: string

The recovery point Id.

name?: string

The name of the recovery point.

The recovery point properties.

type?: string

The resource type.