GetProtectionContainerPlainArgs

data class GetProtectionContainerPlainArgs(val containerName: String, val fabricName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetProtectionContainerPlainArgs>

Constructors

Link copied to clipboard
constructor(containerName: String, fabricName: String, resourceGroupName: String, vaultName: String)

Properties

Link copied to clipboard

Name of the container whose details need to be fetched.

Link copied to clipboard

Name of the fabric where the container belongs.

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(): GetProtectionContainerPlainArgs