Share via


ClusterRecoveryPointOperations interface

Interface representing a ClusterRecoveryPointOperations.

Methods

get(string, string, string, string, string, string, ClusterRecoveryPointGetOptionalParams)

Get the details of specified recovery point.

Method Details

get(string, string, string, string, string, string, ClusterRecoveryPointGetOptionalParams)

Get the details of specified recovery point.

function get(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, replicationProtectionClusterName: string, recoveryPointName: string, options?: ClusterRecoveryPointGetOptionalParams): Promise<ClusterRecoveryPoint>

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.

recoveryPointName

string

The recovery point name.

options
ClusterRecoveryPointGetOptionalParams

The options parameters.

Returns