1. Packages
  2. Azure Native
  3. API Docs
  4. storsimple
  5. getManagerDevicePublicEncryptionKey
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.storsimple.getManagerDevicePublicEncryptionKey

Explore with Pulumi AI

azure-native logo
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.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Returns the public encryption key of the device. Azure REST API version: 2017-06-01.

    Using getManagerDevicePublicEncryptionKey

    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 getManagerDevicePublicEncryptionKey(args: GetManagerDevicePublicEncryptionKeyArgs, opts?: InvokeOptions): Promise<GetManagerDevicePublicEncryptionKeyResult>
    function getManagerDevicePublicEncryptionKeyOutput(args: GetManagerDevicePublicEncryptionKeyOutputArgs, opts?: InvokeOptions): Output<GetManagerDevicePublicEncryptionKeyResult>
    def get_manager_device_public_encryption_key(device_name: Optional[str] = None,
                                                 manager_name: Optional[str] = None,
                                                 resource_group_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetManagerDevicePublicEncryptionKeyResult
    def get_manager_device_public_encryption_key_output(device_name: Optional[pulumi.Input[str]] = None,
                                                 manager_name: Optional[pulumi.Input[str]] = None,
                                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetManagerDevicePublicEncryptionKeyResult]
    func GetManagerDevicePublicEncryptionKey(ctx *Context, args *GetManagerDevicePublicEncryptionKeyArgs, opts ...InvokeOption) (*GetManagerDevicePublicEncryptionKeyResult, error)
    func GetManagerDevicePublicEncryptionKeyOutput(ctx *Context, args *GetManagerDevicePublicEncryptionKeyOutputArgs, opts ...InvokeOption) GetManagerDevicePublicEncryptionKeyResultOutput

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

    public static class GetManagerDevicePublicEncryptionKey 
    {
        public static Task<GetManagerDevicePublicEncryptionKeyResult> InvokeAsync(GetManagerDevicePublicEncryptionKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetManagerDevicePublicEncryptionKeyResult> Invoke(GetManagerDevicePublicEncryptionKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagerDevicePublicEncryptionKeyResult> getManagerDevicePublicEncryptionKey(GetManagerDevicePublicEncryptionKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:storsimple:getManagerDevicePublicEncryptionKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeviceName string
    The device name
    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    DeviceName string
    The device name
    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    deviceName String
    The device name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name
    deviceName string
    The device name
    managerName string
    The manager name
    resourceGroupName string
    The resource group name
    device_name str
    The device name
    manager_name str
    The manager name
    resource_group_name str
    The resource group name
    deviceName String
    The device name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name

    getManagerDevicePublicEncryptionKey Result

    The following output properties are available:

    Key string
    The key.
    Key string
    The key.
    key String
    The key.
    key string
    The key.
    key str
    The key.
    key String
    The key.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.37.0 published on Monday, Apr 15, 2024 by Pulumi