ClusterRecoveryPointOperations interface
Interface representing a ClusterRecoveryPointOperations.
Methods
get(string, string, string, string, string, string, Cluster |
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.
The options parameters.
Returns
Promise<ClusterRecoveryPoint>