getVariableValueAtManagementGroup

This operation retrieves a single variable value; given its name, management group it was created at and the variable it's created for. Uses Azure REST API version 2022-08-01-preview. Other available API versions: 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native authorization [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The variable value.

Parameters

argument

null


suspend fun getVariableValueAtManagementGroup(managementGroupId: String, variableName: String, variableValueName: String): GetVariableValueAtManagementGroupResult

Return

The variable value.

Parameters

managementGroupId

The ID of the management group.

variableName

The name of the variable to operate on.

variableValueName

The name of the variable value to operate on.

See also


Return

The variable value.

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetVariableValueAtManagementGroupPlainArgs.

See also