Get Backup Instance Result
data class GetBackupInstanceResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, properties: BackupInstanceResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)