public sealed class AzureProxyConfig : IMessage<AzureProxyConfig>, IEquatable<AzureProxyConfig>, IDeepCloneable<AzureProxyConfig>, IBufferMessage, IMessage
Details of a proxy config stored in Azure Key Vault.
[[["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-04-09 UTC."],[[["This webpage details the `AzureProxyConfig` class within the `Google.Cloud.GkeMultiCloud.V1` namespace, used for managing proxy configurations in Azure environments."],["The `AzureProxyConfig` class is available in multiple versions, ranging from 1.0.0-beta01 to 2.8.0, with 2.8.0 being the latest release."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AzureProxyConfig` has properties for managing the resource group ID (`ResourceGroupId`) and the secret ID (`SecretId`), which are stored in Azure Key Vault."],["The `AzureProxyConfig` has two constructors: a default parameterless constructor and one that takes an `AzureProxyConfig` as a parameter."]]],[]]