This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.importexport.listBitLockerKey
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Returns the BitLocker Keys for all drives in the specified job. 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>
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:
- Job
Name string - The name of the import/export job.
- Resource
Group stringName - The resource group name uniquely identifies the resource group within the user subscription.
- Job
Name string - The name of the import/export job.
- Resource
Group stringName - The resource group name uniquely identifies the resource group within the user subscription.
- job
Name String - The name of the import/export job.
- resource
Group StringName - The resource group name uniquely identifies the resource group within the user subscription.
- job
Name string - The name of the import/export job.
- resource
Group stringName - 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_ strname - The resource group name uniquely identifies the resource group within the user subscription.
- job
Name String - The name of the import/export job.
- resource
Group StringName - The resource group name uniquely identifies the resource group within the user subscription.
listBitLockerKey Result
The following output properties are available:
- Value
[]Drive
Bit Locker Key Response - drive status
- value
List<Drive
Bit Locker Key Response> - drive status
- value
Drive
Bit Locker Key Response[] - drive status
- value
Sequence[Drive
Bit Locker Key Response] - drive status
- value List<Property Map>
- drive status
Supporting Types
DriveBitLockerKeyResponse
- Bit
Locker stringKey - BitLocker recovery key or password
- Drive
Id string - Drive ID
- Bit
Locker stringKey - BitLocker recovery key or password
- Drive
Id string - Drive ID
- bit
Locker StringKey - BitLocker recovery key or password
- drive
Id String - Drive ID
- bit
Locker stringKey - BitLocker recovery key or password
- drive
Id string - Drive ID
- bit_
locker_ strkey - BitLocker recovery key or password
- drive_
id str - Drive ID
- bit
Locker StringKey - BitLocker recovery key or password
- drive
Id 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 v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi