Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DiskRestorePointOperationsImpl

Package version

Class containing DiskRestorePointOperations operations.

Hierarchy

  • DiskRestorePointOperationsImpl

Implements

Index

Constructors

constructor

Methods

beginGrantAccess

beginGrantAccessAndWait

  • Grants access to a diskRestorePoint.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • vmRestorePointName: string

      The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • diskRestorePointName: string

      The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • grantAccessData: GrantAccessData

      Access data object supplied in the body of the get disk access operation.

    • Optional options: DiskRestorePointOperationsGrantAccessOptionalParams

      The options parameters.

    Returns Promise<DiskRestorePointOperationsGrantAccessResponse>

beginRevokeAccess

  • Revokes access to a diskRestorePoint.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • vmRestorePointName: string

      The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • diskRestorePointName: string

      The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskRestorePointOperationsRevokeAccessOptionalParams

      The options parameters.

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

beginRevokeAccessAndWait

  • Revokes access to a diskRestorePoint.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • vmRestorePointName: string

      The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • diskRestorePointName: string

      The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskRestorePointOperationsRevokeAccessOptionalParams

      The options parameters.

    Returns Promise<void>

get

  • Get disk restorePoint resource

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • vmRestorePointName: string

      The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • diskRestorePointName: string

      The name of the disk restore point created. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskRestorePointOperationsGetOptionalParams

      The options parameters.

    Returns Promise<DiskRestorePointOperationsGetResponse>

listByRestorePoint

  • Lists diskRestorePoints under a vmRestorePoint.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • restorePointCollectionName: string

      The name of the restore point collection that the disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • vmRestorePointName: string

      The name of the vm restore point that the disk disk restore point belongs. Supported characters for the name are a-z, A-Z, 0-9 and _. The maximum name length is 80 characters.

    • Optional options: DiskRestorePointOperationsListByRestorePointOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<DiskRestorePoint>

Generated using TypeDoc