getProtectedItem

Gets the details of the protected item. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datareplication [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Protected item model.

Parameters

argument

null


suspend fun getProtectedItem(protectedItemName: String, resourceGroupName: String, vaultName: String): GetProtectedItemResult

Return

Protected item model.

Parameters

protectedItemName

The protected item name.

resourceGroupName

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

vaultName

The vault name.

See also


Return

Protected item model.

Parameters

argument

Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetProtectedItemPlainArgs.

See also