This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Returns Azure Stack Activation Key. API Version: 2017-06-01.
Using getRegistrationActivationKey
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 getRegistrationActivationKey(args: GetRegistrationActivationKeyArgs, opts?: InvokeOptions): Promise<GetRegistrationActivationKeyResult>
function getRegistrationActivationKeyOutput(args: GetRegistrationActivationKeyOutputArgs, opts?: InvokeOptions): Output<GetRegistrationActivationKeyResult>def get_registration_activation_key(registration_name: Optional[str] = None,
resource_group: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistrationActivationKeyResult
def get_registration_activation_key_output(registration_name: Optional[pulumi.Input[str]] = None,
resource_group: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistrationActivationKeyResult]func GetRegistrationActivationKey(ctx *Context, args *GetRegistrationActivationKeyArgs, opts ...InvokeOption) (*GetRegistrationActivationKeyResult, error)
func GetRegistrationActivationKeyOutput(ctx *Context, args *GetRegistrationActivationKeyOutputArgs, opts ...InvokeOption) GetRegistrationActivationKeyResultOutput> Note: This function is named GetRegistrationActivationKey in the Go SDK.
public static class GetRegistrationActivationKey
{
public static Task<GetRegistrationActivationKeyResult> InvokeAsync(GetRegistrationActivationKeyArgs args, InvokeOptions? opts = null)
public static Output<GetRegistrationActivationKeyResult> Invoke(GetRegistrationActivationKeyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRegistrationActivationKeyResult> getRegistrationActivationKey(GetRegistrationActivationKeyArgs args, InvokeOptions options)
public static Output<GetRegistrationActivationKeyResult> getRegistrationActivationKey(GetRegistrationActivationKeyArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:azurestack:getRegistrationActivationKey
arguments:
# arguments dictionaryThe following arguments are supported:
- Registration
Name string - Name of the Azure Stack registration.
- Resource
Group string - Name of the resource group.
- Registration
Name string - Name of the Azure Stack registration.
- Resource
Group string - Name of the resource group.
- registration
Name String - Name of the Azure Stack registration.
- resource
Group String - Name of the resource group.
- registration
Name string - Name of the Azure Stack registration.
- resource
Group string - Name of the resource group.
- registration_
name str - Name of the Azure Stack registration.
- resource_
group str - Name of the resource group.
- registration
Name String - Name of the Azure Stack registration.
- resource
Group String - Name of the resource group.
getRegistrationActivationKey Result
The following output properties are available:
- Activation
Key string - Azure Stack activation key.
- Activation
Key string - Azure Stack activation key.
- activation
Key String - Azure Stack activation key.
- activation
Key string - Azure Stack activation key.
- activation_
key str - Azure Stack activation key.
- activation
Key String - Azure Stack activation 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.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
