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

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 activation key of the manager. API Version: 2017-06-01.

    Using listManagerActivationKey

    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 listManagerActivationKey(args: ListManagerActivationKeyArgs, opts?: InvokeOptions): Promise<ListManagerActivationKeyResult>
    function listManagerActivationKeyOutput(args: ListManagerActivationKeyOutputArgs, opts?: InvokeOptions): Output<ListManagerActivationKeyResult>
    def list_manager_activation_key(manager_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> ListManagerActivationKeyResult
    def list_manager_activation_key_output(manager_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[ListManagerActivationKeyResult]
    func ListManagerActivationKey(ctx *Context, args *ListManagerActivationKeyArgs, opts ...InvokeOption) (*ListManagerActivationKeyResult, error)
    func ListManagerActivationKeyOutput(ctx *Context, args *ListManagerActivationKeyOutputArgs, opts ...InvokeOption) ListManagerActivationKeyResultOutput

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

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

    The following arguments are supported:

    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    ManagerName string
    The manager name
    ResourceGroupName string
    The resource group name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name
    managerName string
    The manager name
    resourceGroupName string
    The resource group name
    manager_name str
    The manager name
    resource_group_name str
    The resource group name
    managerName String
    The manager name
    resourceGroupName String
    The resource group name

    listManagerActivationKey Result

    The following output properties are available:

    ActivationKey string
    The activation key for the device.
    ActivationKey string
    The activation key for the device.
    activationKey String
    The activation key for the device.
    activationKey string
    The activation key for the device.
    activation_key str
    The activation key for the device.
    activationKey String
    The activation key for the device.

    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