Interface ClusterRecoveryPointOperations
interface ClusterRecoveryPointOperations { get(resourceGroupName: string,
resourceName: string,
fabricName: string,
protectionContainerName: string,
replicationProtectionClusterName: string,
recoveryPointName: string,
options?: ClusterRecoveryPointGetOptionalParams): Promise<ClusterRecoveryPoint>; } Methods
get
- get(resourceGroupName, resourceName, fabricName, protectionContainerName, replicationProtectionClusterName, recoveryPointName, options?): Promise<ClusterRecoveryPoint>
Parameters
- resourceGroupName: string
- resourceName: string
- fabricName: string
- protectionContainerName: string
- replicationProtectionClusterName: string
- recoveryPointName: string
Optionaloptions: ClusterRecoveryPointGetOptionalParams
Interface representing a ClusterRecoveryPointOperations.