public sealed class GetAzureServerConfigRequest : IMessage<GetAzureServerConfigRequest>, IEquatable<GetAzureServerConfigRequest>, IDeepCloneable<GetAzureServerConfigRequest>, IBufferMessage, IMessage
GetAzureServerConfigRequest gets the server config of GKE cluster on Azure.
[[["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 `GetAzureServerConfigRequest` class, which is used to retrieve the server configuration for GKE clusters on Azure."],["The `GetAzureServerConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of `GetAzureServerConfigRequest` is 2.8.0, and older versions ranging from 2.7.0 down to 1.0.0-beta01 are also available."],["The class has two constructors, one default and one that takes another `GetAzureServerConfigRequest` object as a parameter, allowing for cloning, and the `Name` property is required to define the server config to be retrieved."],["The `AzureServerConfigName` property provides a view over the `Name` resource property, representing the Azure server config resource name."]]],[]]