Package version:

Input definition for apply cluster recovery point properties.

interface ApplyClusterRecoveryPointInputProperties {
    clusterRecoveryPointId?: string;
    individualNodeRecoveryPoints?: string[];
    providerSpecificDetails: ApplyClusterRecoveryPointProviderSpecificInputUnion;
}

Properties

clusterRecoveryPointId?: string

The cluster recovery point id to be passed to failover to a particular recovery point.

individualNodeRecoveryPoints?: string[]

The list of individual node recovery points.

The provider specific input for applying cluster recovery point.