GetPolicyVMPlainArgs

data class GetPolicyVMPlainArgs(val name: String, val recoveryVaultName: String, val resourceGroupName: String) : ConvertibleToJava<GetPolicyVMPlainArgs>

A collection of arguments for invoking getPolicyVM.

Constructors

Link copied to clipboard
constructor(name: String, recoveryVaultName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Specifies the name of the VM Backup Policy.

Link copied to clipboard

Specifies the name of the Recovery Services Vault.

Link copied to clipboard

The name of the resource group in which the VM Backup Policy resides.

Functions

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