public sealed class AzureProxyConfig : IMessage<AzureProxyConfig>, IEquatable<AzureProxyConfig>, IDeepCloneable<AzureProxyConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureProxyConfig.
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 provides documentation for the `AzureProxyConfig` class within the Anthos Multi-Cloud v1 API, specifically under version 2.0.0 of the .NET library."],["`AzureProxyConfig` is used to manage proxy configurations stored in Azure Key Vault and has a parent class of Object."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting methods from them."],["Key properties of `AzureProxyConfig` include `ResourceGroupId` (the ARM ID of the resource group) and `SecretId` (the URL of the proxy setting secret with its version)."],["There are two constructor methods, `AzureProxyConfig()` and `AzureProxyConfig(AzureProxyConfig other)`, allowing for the creation of new instances and copies of the class."]]],[]]