getVault

suspend fun getVault(argument: GetVaultPlainArgs): GetVaultResult

Gets the specified Azure key vault. Azure REST API version: 2023-02-01. Other available API versions: 2018-02-14-preview, 2023-07-01.

Return

Resource information with extended details.

Parameters

argument

null


suspend fun getVault(resourceGroupName: String, vaultName: String): GetVaultResult

Return

Resource information with extended details.

See also

Parameters

resourceGroupName

The name of the Resource Group to which the vault belongs.

vaultName

The name of the vault.


suspend fun getVault(argument: suspend GetVaultPlainArgsBuilder.() -> Unit): GetVaultResult

Return

Resource information with extended details.

See also

Parameters

argument

Builder for com.pulumi.azurenative.keyvault.kotlin.inputs.GetVaultPlainArgs.