GetVaultPlainArgs

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

A collection of arguments for invoking getVault.

Constructors

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

Properties

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 Recovery Services Vault resides.

Functions

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