Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitLockerKeys

Package version

Class representing a BitLockerKeys.

Hierarchy

  • BitLockerKeys

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(jobName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.BitLockerKeysListResponse>
  • list(jobName: string, resourceGroupName: string, callback: msRest.ServiceCallback<GetBitLockerKeysResponse>): void
  • list(jobName: string, resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<GetBitLockerKeysResponse>): void
  • Returns the BitLocker Keys for all drives in the specified job.

    Parameters

    • jobName: string

      The name of the import/export job.

    • resourceGroupName: string

      The resource group name uniquely identifies the resource group within the user subscription.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.BitLockerKeysListResponse>

    Promise<Models.BitLockerKeysListResponse>

  • Parameters

    • jobName: string

      The name of the import/export job.

    • resourceGroupName: string

      The resource group name uniquely identifies the resource group within the user subscription.

    • callback: msRest.ServiceCallback<GetBitLockerKeysResponse>

      The callback

    Returns void

  • Parameters

    • jobName: string

      The name of the import/export job.

    • resourceGroupName: string

      The resource group name uniquely identifies the resource group within the user subscription.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<GetBitLockerKeysResponse>

      The callback

    Returns void

Generated using TypeDoc