Package version:

Interface representing a ClusterRecoveryPoints.

interface ClusterRecoveryPoints {
    listByReplicationProtectionCluster(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, replicationProtectionClusterName: string, options?: ClusterRecoveryPointsListByReplicationProtectionClusterOptionalParams): PagedAsyncIterableIterator<ClusterRecoveryPoint>;
}

Methods

  • The list of cluster recovery points.

    Parameters

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • resourceName: string

      The name of the recovery services vault.

    • fabricName: string

      Fabric name.

    • protectionContainerName: string

      Protection container name.

    • replicationProtectionClusterName: string

      Replication protection cluster name.

    • Optionaloptions: ClusterRecoveryPointsListByReplicationProtectionClusterOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<ClusterRecoveryPoint>