get Protected Item
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
protected Item Name
The protected item name.
resource Group Name
The name of the resource group. The name is case insensitive.
vault Name
The vault name.
See also
suspend fun getProtectedItem(argument: suspend GetProtectedItemPlainArgsBuilder.() -> Unit): GetProtectedItemResult
Return
Protected item model.
Parameters
argument
Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetProtectedItemPlainArgs.