Get Traffic Manager Profile Monitor Config
data class GetTrafficManagerProfileMonitorConfig(val customHeaders: List<GetTrafficManagerProfileMonitorConfigCustomHeader>, val expectedStatusCodeRanges: List<String>, val intervalInSeconds: Int, val path: String, val port: Int, val protocol: String, val timeoutInSeconds: Int, val toleratedNumberOfFailures: Int)