Skip to main content

bit_locker_keys

Creates, updates, deletes, gets or lists a bit_locker_keys resource.

Overview

Namebit_locker_keys
TypeResource
Idazure.storage_import_export.bit_locker_keys

Fields

NameDatatypeDescription
bitLockerKeystringBitLocker recovery key or password
driveIdstringDrive ID

Methods

NameAccessible byRequired ParamsDescription
listSELECTjobName, resourceGroupName, subscriptionIdReturns the BitLocker Keys for all drives in the specified job.

SELECT examples

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

SELECT
bitLockerKey,
driveId
FROM azure.storage_import_export.bit_locker_keys
WHERE jobName = '{{ jobName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';