Share via


ClusterRecoveryPoints interface

Interface representing a ClusterRecoveryPoints.

Methods

listByReplicationProtectionCluster(string, string, string, string, string, ClusterRecoveryPointsListByReplicationProtectionClusterOptionalParams)

The list of cluster recovery points.

Method Details

listByReplicationProtectionCluster(string, string, string, string, string, ClusterRecoveryPointsListByReplicationProtectionClusterOptionalParams)

The list of cluster recovery points.

function listByReplicationProtectionCluster(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, replicationProtectionClusterName: string, options?: ClusterRecoveryPointsListByReplicationProtectionClusterOptionalParams): PagedAsyncIterableIterator<ClusterRecoveryPoint, ClusterRecoveryPoint[], PageSettings>

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.

Returns