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 Google Cloud GKE Multi-Cloud v1 API, specifically version 2.6.0."],["`AzureProxyConfig` is a class representing details of a proxy configuration stored in Azure Key Vault, which it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from `object`."],["The class contains two primary properties, `ResourceGroupId` and `SecretId`, both of which are strings, and the `ResourceGroupId` represents the ARM ID of the resource group containing the proxy keyvault, while `SecretId` is the URL of the secret containing the proxy configuration, with version."],["The class has two constructors: a default constructor, `AzureProxyConfig()`, and a constructor that takes another `AzureProxyConfig` instance, `AzureProxyConfig(AzureProxyConfig other)`, as an argument."],["The latest version available is 2.8.0, and there are other versions available dating back to 1.0.0-beta01 that can be explored from the provided links."]]],[]]