Get Integration Account Batch Configuration Result
data class GetIntegrationAccountBatchConfigurationResult(val id: String, val location: String? = null, val name: String, val properties: BatchConfigurationPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
The batch configuration resource definition.