Get Job Agent Result
data class GetJobAgentResult(val azureApiVersion: String, val databaseId: String, val id: String, val identity: JobAgentIdentityResponse? = null, val location: String, val name: String, val sku: SkuResponse? = null, val state: String, val tags: Map<String, String>? = null, val type: String)
An Azure SQL job agent.