BitLockerKeys class

Class representing a BitLockerKeys.

Constructors

BitLockerKeys(StorageImportExportManagementClientContext)

Create a BitLockerKeys.

Methods

list(string, string, msRest.RequestOptionsBase)

Returns the BitLocker Keys for all drives in the specified job.

list(string, string, RequestOptionsBase, ServiceCallback<GetBitLockerKeysResponse>)
list(string, string, ServiceCallback<GetBitLockerKeysResponse>)

Constructor Details

BitLockerKeys(StorageImportExportManagementClientContext)

Create a BitLockerKeys.

new BitLockerKeys(client: StorageImportExportManagementClientContext)

Parameters

client
StorageImportExportManagementClientContext

Reference to the service client.

Method Details

list(string, string, msRest.RequestOptionsBase)

Returns the BitLocker Keys for all drives in the specified job.

function list(jobName: string, resourceGroupName: string, options?: msRest.RequestOptionsBase)

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

Returns

Promise<Models.BitLockerKeysListResponse>

Promise<Models.BitLockerKeysListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<GetBitLockerKeysResponse>)

function list(jobName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<GetBitLockerKeysResponse>)

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

RequestOptionsBase

The optional parameters

callback

ServiceCallback<GetBitLockerKeysResponse>

The callback

list(string, string, ServiceCallback<GetBitLockerKeysResponse>)

function list(jobName: string, resourceGroupName: string, callback: ServiceCallback<GetBitLockerKeysResponse>)

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

ServiceCallback<GetBitLockerKeysResponse>

The callback