Package version:

Interface representing a ClusterRecoveryPointOperations.

interface ClusterRecoveryPointOperations {
    get(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, replicationProtectionClusterName: string, recoveryPointName: string, options?: ClusterRecoveryPointGetOptionalParams): Promise<ClusterRecoveryPoint>;
}

Methods

Methods

  • Get the details of specified recovery point.

    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.

    • Optionaloptions: ClusterRecoveryPointGetOptionalParams

      The options parameters.

    Returns Promise<ClusterRecoveryPoint>