[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `ServiceCollectionExtensions` class within the Managed Service for Apache Kafka API v1, specifically version 1.0.0-beta03."],["`ServiceCollectionExtensions` is a static class designed to offer extension methods for configuring API clients, as part of the `Microsoft.Extensions.DependencyInjection` namespace."],["The class includes two methods, `AddManagedKafkaClient`, which add a singleton `ManagedKafkaClient` to an `IServiceCollection`, with options to specify an action to configure the `ManagedKafkaClientBuilder`."],["The `AddManagedKafkaClient` method accepts parameters such as `services` (an `IServiceCollection`) and an optional `action` (an `Action` delegate) for configuring the client, and both methods returns the `IServiceCollection`."],["The `ServiceCollectionExtensions` class inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]