BitLockerKeys class
Class representing a BitLockerKeys.
Constructors
Bit |
Create a BitLockerKeys. |
Methods
list(string, string, ms |
Returns the BitLocker Keys for all drives in the specified job. |
list(string, string, Request |
|
list(string, string, Service |
Constructor Details
BitLockerKeys(StorageImportExportManagementClientContext)
Create a BitLockerKeys.
new BitLockerKeys(client: StorageImportExportManagementClientContext)
Parameters
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
Azure SDK for JavaScript