1. Packages
  2. Azure Native
  3. API Docs
  4. importexport
  5. listBitLockerKey
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.importexport.listBitLockerKey

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

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

Uses Azure REST API version 2021-01-01.

Using listBitLockerKey

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listBitLockerKey(args: ListBitLockerKeyArgs, opts?: InvokeOptions): Promise<ListBitLockerKeyResult>
function listBitLockerKeyOutput(args: ListBitLockerKeyOutputArgs, opts?: InvokeOptions): Output<ListBitLockerKeyResult>
Copy
def list_bit_locker_key(job_name: Optional[str] = None,
                        resource_group_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> ListBitLockerKeyResult
def list_bit_locker_key_output(job_name: Optional[pulumi.Input[str]] = None,
                        resource_group_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[ListBitLockerKeyResult]
Copy
func ListBitLockerKey(ctx *Context, args *ListBitLockerKeyArgs, opts ...InvokeOption) (*ListBitLockerKeyResult, error)
func ListBitLockerKeyOutput(ctx *Context, args *ListBitLockerKeyOutputArgs, opts ...InvokeOption) ListBitLockerKeyResultOutput
Copy

> Note: This function is named ListBitLockerKey in the Go SDK.

public static class ListBitLockerKey 
{
    public static Task<ListBitLockerKeyResult> InvokeAsync(ListBitLockerKeyArgs args, InvokeOptions? opts = null)
    public static Output<ListBitLockerKeyResult> Invoke(ListBitLockerKeyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListBitLockerKeyResult> listBitLockerKey(ListBitLockerKeyArgs args, InvokeOptions options)
public static Output<ListBitLockerKeyResult> listBitLockerKey(ListBitLockerKeyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:importexport:listBitLockerKey
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

JobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the import/export job.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name uniquely identifies the resource group within the user subscription.
JobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the import/export job.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name uniquely identifies the resource group within the user subscription.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The name of the import/export job.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name uniquely identifies the resource group within the user subscription.
jobName
This property is required.
Changes to this property will trigger replacement.
string
The name of the import/export job.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name uniquely identifies the resource group within the user subscription.
job_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the import/export job.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name uniquely identifies the resource group within the user subscription.
jobName
This property is required.
Changes to this property will trigger replacement.
String
The name of the import/export job.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name uniquely identifies the resource group within the user subscription.

listBitLockerKey Result

The following output properties are available:

Supporting Types

DriveBitLockerKeyResponse

BitLockerKey string
BitLocker recovery key or password
DriveId string
Drive ID
BitLockerKey string
BitLocker recovery key or password
DriveId string
Drive ID
bitLockerKey String
BitLocker recovery key or password
driveId String
Drive ID
bitLockerKey string
BitLocker recovery key or password
driveId string
Drive ID
bit_locker_key str
BitLocker recovery key or password
drive_id str
Drive ID
bitLockerKey String
BitLocker recovery key or password
driveId String
Drive ID

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi