Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProtectionIntentOperations

Package version

Interface representing a ProtectionIntentOperations.

Hierarchy

  • ProtectionIntentOperations

Implemented by

Index

Methods

createOrUpdate

delete

  • Used to remove intent from an 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 intent.

    • intentObjectName: string

      Intent to be deleted.

    • Optional options: ProtectionIntentDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Provides the details of the protection intent up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult 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 with the backed up item.

    • intentObjectName: string

      Backed up item name whose details are to be fetched.

    • Optional options: ProtectionIntentGetOptionalParams

      The options parameters.

    Returns Promise<ProtectionIntentGetResponse>

validate

Generated using TypeDoc