get Registration Activation Key
suspend fun getRegistrationActivationKey(argument: GetRegistrationActivationKeyPlainArgs): GetRegistrationActivationKeyResult
Returns Azure Stack Activation Key. Uses Azure REST API version 2022-06-01. Other available API versions: 2020-06-01-preview.
Return
The resource containing the Azure Stack activation key.
Parameters
argument
null
suspend fun getRegistrationActivationKey(registrationName: String, resourceGroup: String): GetRegistrationActivationKeyResult
Return
The resource containing the Azure Stack activation key.
Parameters
registration Name
Name of the Azure Stack registration.
resource Group
Name of the resource group.
See also
suspend fun getRegistrationActivationKey(argument: suspend GetRegistrationActivationKeyPlainArgsBuilder.() -> Unit): GetRegistrationActivationKeyResult
Return
The resource containing the Azure Stack activation key.
Parameters
argument
Builder for com.pulumi.azurenative.azurestack.kotlin.inputs.GetRegistrationActivationKeyPlainArgs.