Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProtectionContainers

Package version

Interface representing a ProtectionContainers.

Hierarchy

  • ProtectionContainers

Implemented by

Index

Methods

get

  • Gets details of the specific container registered to your Recovery Services 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.

    • fabricName: string

      Name of the fabric where the container belongs.

    • containerName: string

      Name of the container whose details need to be fetched.

    • Optional options: ProtectionContainersGetOptionalParams

      The options parameters.

    Returns Promise<ProtectionContainersGetResponse>

inquire

  • This is an async operation and the results should be tracked using location header or Azure-async-url.

    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

      Fabric Name associated with the container.

    • containerName: string

      Name of the container in which inquiry needs to be triggered.

    • Optional options: ProtectionContainersInquireOptionalParams

      The options parameters.

    Returns Promise<void>

refresh

  • Discovers all the containers in the subscription that can be backed up to Recovery Services Vault. This is an asynchronous operation. To know the status of the operation, call GetRefreshOperationResult API.

    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

      Fabric name associated the container.

    • Optional options: ProtectionContainersRefreshOptionalParams

      The options parameters.

    Returns Promise<void>

register

unregister

  • Unregisters the given container from your Recovery Services Vault. This is an asynchronous operation. To determine whether the backend service has finished processing the request, call Get Container Operation Result API.

    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

      Name of the fabric where the container belongs.

    • containerName: string

      Name of the container which needs to be unregistered from the Recovery Services Vault.

    • Optional options: ProtectionContainersUnregisterOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc