GetProtectedItemPlainArgs

data class GetProtectedItemPlainArgs(val containerName: String, val fabricName: String, val filter: String? = null, val protectedItemName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetProtectedItemPlainArgs>

Constructors

Link copied to clipboard
constructor(containerName: String, fabricName: String, filter: String? = null, protectedItemName: String, resourceGroupName: String, vaultName: String)

Properties

Link copied to clipboard

Container name associated with the backed up item.

Link copied to clipboard

Fabric name associated with the backed up item.

Link copied to clipboard
val filter: String? = null

OData filter options.

Link copied to clipboard

Backed up item name whose details are to be fetched.

Link copied to clipboard

The name of the resource group where the recovery services vault is present.

Link copied to clipboard

The name of the recovery services vault.

Functions

Link copied to clipboard
open override fun toJava(): GetProtectedItemPlainArgs