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.storsimple.getManagerDevicePublicEncryptionKey
Explore with Pulumi AI
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 public encryption key of the device. 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:
- Device
Name string - The device name
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- Device
Name string - The device name
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- device
Name String - The device name
- manager
Name String - The manager name
- resource
Group StringName - The resource group name
- device
Name string - The device name
- manager
Name string - The manager name
- resource
Group stringName - The resource group name
- device_
name str - The device name
- manager_
name str - The manager name
- resource_
group_ strname - The resource group name
- device
Name String - The device name
- manager
Name String - The manager name
- resource
Group StringName - 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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