GetBackupVaultResult

data class GetBackupVaultResult(val eTag: String? = null, val id: String, val identity: DppIdentityDetailsResponse? = null, val location: String, val name: String, val properties: BackupVaultResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Backup Vault Resource

Constructors

Link copied to clipboard
constructor(eTag: String? = null, id: String, identity: DppIdentityDetailsResponse? = null, location: String, name: String, properties: BackupVaultResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String? = null

Optional ETag.

Link copied to clipboard
val id: String

Resource Id represents the complete path to the resource.

Link copied to clipboard

Input Managed Identity Details

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name associated with the resource.

Link copied to clipboard

BackupVaultResource properties

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/...