1. Packages
  2. Azure Native v1
  3. API Docs
  4. importexport
  5. listBitLockerKey
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.importexport.listBitLockerKey

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Returns the BitLocker Keys for all drives in the specified job. API Version: 2020-08-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>
    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]
    func ListBitLockerKey(ctx *Context, args *ListBitLockerKeyArgs, opts ...InvokeOption) (*ListBitLockerKeyResult, error)
    func ListBitLockerKeyOutput(ctx *Context, args *ListBitLockerKeyOutputArgs, opts ...InvokeOption) ListBitLockerKeyResultOutput

    > 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)
    }
    public static CompletableFuture<ListBitLockerKeyResult> listBitLockerKey(ListBitLockerKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:importexport:listBitLockerKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobName string
    The name of the import/export job.
    ResourceGroupName string
    The resource group name uniquely identifies the resource group within the user subscription.
    JobName string
    The name of the import/export job.
    ResourceGroupName string
    The resource group name uniquely identifies the resource group within the user subscription.
    jobName String
    The name of the import/export job.
    resourceGroupName String
    The resource group name uniquely identifies the resource group within the user subscription.
    jobName string
    The name of the import/export job.
    resourceGroupName string
    The resource group name uniquely identifies the resource group within the user subscription.
    job_name str
    The name of the import/export job.
    resource_group_name str
    The resource group name uniquely identifies the resource group within the user subscription.
    jobName String
    The name of the import/export job.
    resourceGroupName 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-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi