NewRecoveryServicesVaultArgs

data class NewRecoveryServicesVaultArgs(val name: Output<String>, val resourceGroup: Output<String>, val vaultType: Output<String>) : ConvertibleToJava<NewRecoveryServicesVaultArgs>

New recovery services vault.

Constructors

Link copied to clipboard
constructor(name: Output<String>, resourceGroup: Output<String>, vaultType: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the recovery services vault has to be created.

Link copied to clipboard
val resourceGroup: Output<String>

The name of the resource group where the recovery services vault has to be created.

Link copied to clipboard
val vaultType: Output<String>

The vault type, whether it is existing or has to be created. Expected value is 'New'.

Functions

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