Get Log Profile Result
data class GetLogProfileResult(val categories: List<String>, val id: String, val location: String, val locations: List<String>, val name: String, val retentionPolicy: RetentionPolicyResponse, val serviceBusRuleId: String? = null, val storageAccountId: String? = null, val tags: Map<String, String>? = null, val type: String)
The log profile resource.