Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestorePoints

Package version

Interface representing a RestorePoints.

Hierarchy

  • RestorePoints

Implemented by

Index

Methods

beginCreate

beginCreateAndWait

  • The operation to create the restore point. Updating properties of an existing restore point is not allowed

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection.

    • restorePointName: string

      The name of the restore point.

    • parameters: RestorePoint

      Parameters supplied to the Create restore point operation.

    • Optional options: RestorePointsCreateOptionalParams

      The options parameters.

    Returns Promise<RestorePointsCreateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • The operation to delete the restore point.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the Restore Point Collection.

    • restorePointName: string

      The name of the restore point.

    • Optional options: RestorePointsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<void>
  • The operation to delete the restore point.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the Restore Point Collection.

    • restorePointName: string

      The name of the restore point.

    • Optional options: RestorePointsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

Generated using TypeDoc