get Protected Item
Provides the details of the backed up item. This is an asynchronous operation. To know the status of the operation, call the GetItemOperationResult API. API Version: 2021-02-01.
Return
Base class for backup items.
Parameters
argument
null
suspend fun getProtectedItem(containerName: String, fabricName: String, filter: String? = null, protectedItemName: String, resourceGroupName: String, vaultName: String): GetProtectedItemResult
Return
Base class for backup items.
Parameters
container Name
Container name associated with the backed up item.
fabric Name
Fabric name associated with the backed up item.
filter
OData filter options.
protected Item Name
Backed up item name whose details are to be fetched.
resource Group Name
The name of the resource group where the recovery services vault is present.
vault Name
The name of the recovery services vault.
See also
suspend fun getProtectedItem(argument: suspend GetProtectedItemPlainArgsBuilder.() -> Unit): GetProtectedItemResult
Return
Base class for backup items.
Parameters
argument
Builder for com.pulumi.azurenative.recoveryservices.kotlin.inputs.GetProtectedItemPlainArgs.