getDedicatedHsm

Gets the specified Azure dedicated HSM. Uses Azure REST API version 2024-06-30-preview. Other available API versions: 2021-11-30. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hardwaresecuritymodules [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Resource information with extended details.

Parameters

argument

null


suspend fun getDedicatedHsm(name: String, resourceGroupName: String): GetDedicatedHsmResult

Return

Resource information with extended details.

Parameters

name

Name of the dedicated Hsm

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Resource information with extended details.

Parameters

argument

Builder for com.pulumi.azurenative.hardwaresecuritymodules.kotlin.inputs.GetDedicatedHsmPlainArgs.

See also