listBitLockerKey

Returns the BitLocker Keys for all drives in the specified job. Uses Azure REST API version 2021-01-01.

Return

GetBitLockerKeys response

Parameters

argument

null


suspend fun listBitLockerKey(jobName: String, resourceGroupName: String): ListBitLockerKeyResult

Return

GetBitLockerKeys response

Parameters

jobName

The name of the import/export job.

resourceGroupName

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

See also


Return

GetBitLockerKeys response

Parameters

argument

Builder for com.pulumi.azurenative.importexport.kotlin.inputs.ListBitLockerKeyPlainArgs.

See also