GetBackupVaultResult

data class GetBackupVaultResult(val datastoreType: String, val id: String, val identities: List<GetBackupVaultIdentity>, val location: String, val name: String, val redundancy: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getBackupVault.

Constructors

Link copied to clipboard
constructor(datastoreType: String, id: String, identities: List<GetBackupVaultIdentity>, location: String, name: String, redundancy: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the type of the data store.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The Azure Region where the Backup Vault exists.

Link copied to clipboard
Link copied to clipboard

Specifies the backup storage redundancy.

Link copied to clipboard
Link copied to clipboard

A mapping of tags which are assigned to the Backup Vault.