ExistingRecoveryServicesVaultResponse

data class ExistingRecoveryServicesVaultResponse(val id: String, val vaultType: String)

Existing recovery services vault.

Constructors

Link copied to clipboard
constructor(id: String, vaultType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource ID of the recovery services vault that has been created.

Link copied to clipboard

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