BitLockerKeys interface
Interface representing a BitLockerKeys.
Methods
list(string, string, Bit |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript