Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecoveryServicesBackupClient

Package version

Hierarchy

  • any
    • RecoveryServicesBackupClient

Index

Constructors

constructor

Properties

$host

$host: string

apiVersion

apiVersion: string

bMSPrepareDataMoveOperationResult

bMSPrepareDataMoveOperationResult: BMSPrepareDataMoveOperationResult

backupEngines

backupEngines: BackupEngines

backupJobs

backupJobs: BackupJobs

backupOperationResults

backupOperationResults: BackupOperationResults

backupOperationStatuses

backupOperationStatuses: BackupOperationStatuses

backupPolicies

backupPolicies: BackupPolicies

backupProtectableItems

backupProtectableItems: BackupProtectableItems

backupProtectedItems

backupProtectedItems: BackupProtectedItems

backupProtectionContainers

backupProtectionContainers: BackupProtectionContainers

backupProtectionIntent

backupProtectionIntent: BackupProtectionIntent

backupResourceEncryptionConfigs

backupResourceEncryptionConfigs: BackupResourceEncryptionConfigs

backupResourceStorageConfigsNonCRR

backupResourceStorageConfigsNonCRR: BackupResourceStorageConfigsNonCRR

backupResourceVaultConfigs

backupResourceVaultConfigs: BackupResourceVaultConfigs

backupStatus

backupStatus: BackupStatus

backupUsageSummaries

backupUsageSummaries: BackupUsageSummaries

backupWorkloadItems

backupWorkloadItems: BackupWorkloadItems

backups

backups: Backups

exportJobsOperationResults

exportJobsOperationResults: ExportJobsOperationResults

featureSupport

featureSupport: FeatureSupport

itemLevelRecoveryConnections

itemLevelRecoveryConnections: ItemLevelRecoveryConnections

jobCancellations

jobCancellations: JobCancellations

jobDetails

jobDetails: JobDetails

jobOperationResults

jobOperationResults: JobOperationResults

jobs

jobs: Jobs

operation

operation: Operation

operations

operations: Operations

privateEndpointConnectionOperations

privateEndpointConnectionOperations: PrivateEndpointConnectionOperations

privateEndpointOperations

privateEndpointOperations: PrivateEndpointOperations

protectableContainers

protectableContainers: ProtectableContainers

protectedItemOperationResults

protectedItemOperationResults: ProtectedItemOperationResults

protectedItemOperationStatuses

protectedItemOperationStatuses: ProtectedItemOperationStatuses

protectedItems

protectedItems: ProtectedItems

protectionContainerOperationResults

protectionContainerOperationResults: ProtectionContainerOperationResults

protectionContainerRefreshOperationResults

protectionContainerRefreshOperationResults: ProtectionContainerRefreshOperationResults

protectionContainers

protectionContainers: ProtectionContainers

protectionIntentOperations

protectionIntentOperations: ProtectionIntentOperations

protectionPolicies

protectionPolicies: ProtectionPolicies

protectionPolicyOperationResults

protectionPolicyOperationResults: ProtectionPolicyOperationResults

protectionPolicyOperationStatuses

protectionPolicyOperationStatuses: ProtectionPolicyOperationStatuses

recoveryPoints

recoveryPoints: RecoveryPoints

recoveryPointsRecommendedForMove

recoveryPointsRecommendedForMove: RecoveryPointsRecommendedForMove

resourceGuardProxies

resourceGuardProxies: ResourceGuardProxies

resourceGuardProxy

resourceGuardProxy: ResourceGuardProxy

restores

restores: Restores

securityPINs

securityPINs: SecurityPINs

subscriptionId

subscriptionId: string

validateOperation

validateOperation: ValidateOperation

validateOperationResults

validateOperationResults: ValidateOperationResults

validateOperationStatuses

validateOperationStatuses: ValidateOperationStatuses

Methods

beginBMSPrepareDataMove

  • Prepares source vault for Data Move operation

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • parameters: PrepareDataMoveRequest

      Prepare data move request

    • Optional options: BMSPrepareDataMoveOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginBMSPrepareDataMoveAndWait

beginBMSTriggerDataMove

  • Triggers Data Move Operation on target vault

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • parameters: TriggerDataMoveRequest

      Trigger data move request

    • Optional options: BMSTriggerDataMoveOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginBMSTriggerDataMoveAndWait

beginMoveRecoveryPoint

  • beginMoveRecoveryPoint(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, protectedItemName: string, recoveryPointId: string, parameters: MoveRPAcrossTiersRequest, options?: MoveRecoveryPointOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Move recovery point from one datastore to another store.

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • fabricName: string
    • containerName: string
    • protectedItemName: string
    • recoveryPointId: string
    • parameters: MoveRPAcrossTiersRequest

      Move Resource Across Tiers Request

    • Optional options: MoveRecoveryPointOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginMoveRecoveryPointAndWait

  • Move recovery point from one datastore to another store.

    Parameters

    • vaultName: string

      The name of the recovery services vault.

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • fabricName: string
    • containerName: string
    • protectedItemName: string
    • recoveryPointId: string
    • parameters: MoveRPAcrossTiersRequest

      Move Resource Across Tiers Request

    • Optional options: MoveRecoveryPointOptionalParams

      The options parameters.

    Returns Promise<void>

getOperationStatus

Generated using TypeDoc