Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecoveryPoints

Package version

Class representing a RecoveryPoints.

Hierarchy

  • RecoveryPoints

Index

Constructors

constructor

Methods

get

  • get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, recoveryPointName: string, options?: msRest.RequestOptionsBase): Promise<Models.RecoveryPointsGetResponse>
  • get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, recoveryPointName: string, callback: msRest.ServiceCallback<RecoveryPoint>): void
  • get(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, recoveryPointName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecoveryPoint>): void
  • Get the details of specified recovery point.

    summary

    Get a recovery point.

    Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • recoveryPointName: string

      The recovery point name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecoveryPointsGetResponse>

    Promise<Models.RecoveryPointsGetResponse>

  • Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • recoveryPointName: string

      The recovery point name.

    • callback: msRest.ServiceCallback<RecoveryPoint>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • recoveryPointName: string

      The recovery point name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecoveryPoint>

      The callback

    Returns void

listByReplicationProtectedItems

  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options?: msRest.RequestOptionsBase): Promise<Models.RecoveryPointsListByReplicationProtectedItemsResponse>
  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, callback: msRest.ServiceCallback<RecoveryPointCollection>): void
  • listByReplicationProtectedItems(fabricName: string, protectionContainerName: string, replicatedProtectedItemName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecoveryPointCollection>): void
  • Lists the available recovery points for a replication protected item.

    summary

    Get recovery points for a replication protected item.

    Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecoveryPointsListByReplicationProtectedItemsResponse>

    Promise<Models.RecoveryPointsListByReplicationProtectedItemsResponse>

  • Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • callback: msRest.ServiceCallback<RecoveryPointCollection>

      The callback

    Returns void

  • Parameters

    • fabricName: string

      The fabric name.

    • protectionContainerName: string

      The protection container name.

    • replicatedProtectedItemName: string

      The replication protected item's name.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecoveryPointCollection>

      The callback

    Returns void

listByReplicationProtectedItemsNext

  • listByReplicationProtectedItemsNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RecoveryPointsListByReplicationProtectedItemsNextResponse>
  • listByReplicationProtectedItemsNext(nextPageLink: string, callback: msRest.ServiceCallback<RecoveryPointCollection>): void
  • listByReplicationProtectedItemsNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RecoveryPointCollection>): void
  • Lists the available recovery points for a replication protected item.

    summary

    Get recovery points for a replication protected item.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RecoveryPointsListByReplicationProtectedItemsNextResponse>

    Promise<Models.RecoveryPointsListByReplicationProtectedItemsNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RecoveryPointCollection>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RecoveryPointCollection>

      The callback

    Returns void

Generated using TypeDoc