Get Backup Instance Result
data class GetBackupInstanceResult(val id: String, val name: String, val properties: BackupInstanceResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
BackupInstance Resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: BackupInstanceResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)