NewRecoveryServicesVaultResponse

data class NewRecoveryServicesVaultResponse(val name: String, val resourceGroup: String, val vaultType: String)

New recovery services vault.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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