GetBackupVaultPlainArgs

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

A collection of arguments for invoking getBackupVault.

Constructors

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

Properties

Link copied to clipboard

Specifies the name of the Backup Vault.

Link copied to clipboard

The name of the Resource Group where the Backup Vault exists.

Functions

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