Get Backup Vault Result
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)