This interface defines virtual methods for each of the user-facing overload sets in AzureClustersClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AzureClustersClient.
[[["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-14 UTC."],[[["The latest version of the `AzureClustersConnection` is 2.37.0-rc, and the page provides access to various past versions, including 2.36.0, 2.35.0, down to 2.11.0."],["`AzureClustersConnection` serves as the interface for defining virtual methods used by `AzureClustersClient`, enabling users to integrate custom behaviors, such as through Google Mock objects, during testing."],["The `AzureClustersConnection` interface includes a range of virtual functions to interact with Azure clients, clusters, and node pools, such as `CreateAzureClient`, `GetAzureCluster`, `DeleteAzureNodePool`, and more."],["Users can find instructions for creating a concrete instance of `AzureClustersConnection` using the `MakeAzureClustersConnection()` function, and can leverage `gkemulticloud_v1_mocks::MockAzureClustersConnection` for mocking purposes."],["The `AzureClustersConnection` interface supports various operations such as creating, retrieving, updating, listing, and deleting Azure clients, clusters, and node pools, along with functions like `GenerateAzureAccessToken` and `GetAzureServerConfig`."]]],[]]