GetBackupVaultPlainArgs

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

A collection of arguments for invoking getBackupVault.

Constructors

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

Properties

Link copied to clipboard

The name of the NetApp Account in which the NetApp Vault exists.

Link copied to clipboard

The name of the NetApp Backup Vault.

Link copied to clipboard

The name of the resource group where the NetApp Backup Vault exists.

Functions

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