BitLockerKeys interface

Interface representing a BitLockerKeys.

Methods

list(string, string, BitLockerKeysListOptionalParams)

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

Method Details

list(string, string, BitLockerKeysListOptionalParams)

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

function list(jobName: string, resourceGroupName: string, options?: BitLockerKeysListOptionalParams): PagedAsyncIterableIterator<DriveBitLockerKey, DriveBitLockerKey[], PageSettings>

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
BitLockerKeysListOptionalParams

The options parameters.

Returns