[[["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 to configure API clients for the Network Connectivity v1 API, specifically within the `Microsoft.Extensions.DependencyInjection` namespace."],["This class is static and is designed to add singleton instances of `HubServiceClient` and `PolicyBasedRoutingServiceClient` to an `IServiceCollection`, which can be further configured using an optional action parameter."],["The most recent version of the API is 2.9.0, with a history of versions available from 1.0.0 to the latest."],["The `AddHubServiceClient` method adds a `HubServiceClient` singleton to `services`, with an optional action for configuring the `HubServiceClientBuilder` before the client is used."],["The `AddPolicyBasedRoutingServiceClient` method adds a `PolicyBasedRoutingServiceClient` singleton to `services`, with an optional action for configuring the `PolicyBasedRoutingServiceClientBuilder`."]]],[]]