[[["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."],[[["This webpage details the `AzureClustersRetryPolicy` class within the `gkemulticloud_v1` namespace, specifically for the C++ library, and its purpose is to provide a retry mechanism for `AzureClustersConnection`."],["The latest release candidate version for this policy is `2.37.0-rc`, with a history of versions available, starting from version `2.11.0` up to `2.36.0`, and the current page is displaying the documentation for the `2.34.0` release."],["The `AzureClustersRetryPolicy` class provides functions like `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()` to manage retry logic and determine the state of the policy."],["The `OnFailure()` and `IsPermanentFailure()` functions take a `Status const &` parameter to determine whether the status indicates a transient or permanent failure, which affects the retry behavior."],["The `clone()` function returns a newly created instance of the policy, which is reset to its original state."]]],[]]