getDedicatedHsm

Gets the specified Azure dedicated HSM. Uses Azure REST API version 2021-11-30. Other available API versions: 2024-06-30-preview.

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

The name of the dedicated HSM.

resourceGroupName

The name of the Resource Group to which the dedicated hsm belongs.

See also


Return

Resource information with extended details.

Parameters

argument

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

See also