[[["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-21 UTC."],[[["The `ServiceCollectionExtensions` class provides extension methods for configuring API clients within the Batch v1alpha API, specifically for dependency injection."],["This static class inherits from the base `object` class and includes methods for getting the hash code, type, and other base level members."],["The `AddBatchServiceClient` method is used to add a singleton `BatchServiceClient` to an `IServiceCollection`, allowing for the configuration of the client, optionally through a provided `BatchServiceClientBuilder`."],["There are two `AddBatchServiceClient` methods available, the difference being one accepts an `Action\u003cBatchServiceClientBuilder\u003e` and the other an `Action\u003cIServiceProvider, BatchServiceClientBuilder\u003e` for more complex configuration."],["Both `AddBatchServiceClient` methods, return the modified `IServiceCollection` to allow for chaining of configuration methods."]]],[]]