Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProtectedItemOperationResults

Package version

Interface representing a ProtectedItemOperationResults.

Hierarchy

  • ProtectedItemOperationResults

Implemented by

Index

Methods

Methods

get

  • Fetches the result of any operation on the backup item.

    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 backup item.

    • containerName: string

      Container name associated with the backup item.

    • protectedItemName: string

      Backup item name whose details are to be fetched.

    • operationId: string

      OperationID which represents the operation whose result needs to be fetched.

    • Optional options: ProtectedItemOperationResultsGetOptionalParams

      The options parameters.

    Returns Promise<ProtectedItemOperationResultsGetResponse>

Generated using TypeDoc