1. Packages
  2. Azure Native
  3. API Docs
  4. storsimple
  5. getManagerDevicePublicEncryptionKey
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.storsimple.getManagerDevicePublicEncryptionKey

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 public encryption key of the device.

Uses 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>
Copy
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]
Copy
func GetManagerDevicePublicEncryptionKey(ctx *Context, args *GetManagerDevicePublicEncryptionKeyArgs, opts ...InvokeOption) (*GetManagerDevicePublicEncryptionKeyResult, error)
func GetManagerDevicePublicEncryptionKeyOutput(ctx *Context, args *GetManagerDevicePublicEncryptionKeyOutputArgs, opts ...InvokeOption) GetManagerDevicePublicEncryptionKeyResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetManagerDevicePublicEncryptionKeyResult> getManagerDevicePublicEncryptionKey(GetManagerDevicePublicEncryptionKeyArgs args, InvokeOptions options)
public static Output<GetManagerDevicePublicEncryptionKeyResult> getManagerDevicePublicEncryptionKey(GetManagerDevicePublicEncryptionKeyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:storsimple:getManagerDevicePublicEncryptionKey
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
DeviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
ManagerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name
deviceName
This property is required.
Changes to this property will trigger replacement.
string
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
string
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name
device_name
This property is required.
Changes to this property will trigger replacement.
str
The device name
manager_name
This property is required.
Changes to this property will trigger replacement.
str
The manager name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name
deviceName
This property is required.
Changes to this property will trigger replacement.
String
The device name
managerName
This property is required.
Changes to this property will trigger replacement.
String
The manager name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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
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