Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RestorePointsImpl

Package version

Class containing RestorePoints operations.

Hierarchy

  • RestorePointsImpl

Implements

Index

Constructors

constructor

Methods

beginCreate

beginCreateAndWait

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>

get

Generated using TypeDoc