GetProtectionPolicyPlainArgs

data class GetProtectionPolicyPlainArgs(val policyName: String, val resourceGroupName: String, val vaultName: String) : ConvertibleToJava<GetProtectionPolicyPlainArgs>

Constructors

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

Properties

Link copied to clipboard

Backup policy information 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(): GetProtectionPolicyPlainArgs