public sealed class GetAzureServerConfigRequest : IMessage<GetAzureServerConfigRequest>, IEquatable<GetAzureServerConfigRequest>, IDeepCloneable<GetAzureServerConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAzureServerConfigRequest.
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 document provides reference documentation for the `GetAzureServerConfigRequest` class within the Google Cloud GKE Multi-Cloud v1 API, which is used to get the server configuration of a GKE cluster on Azure."],["The `GetAzureServerConfigRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparison, deep cloning, and buffer operations."],["The class includes properties like `AzureServerConfigName` (a typed view) and `Name` (a string), where `Name` is a required field specifying the resource name of the Azure server configuration to be described, following Google Cloud's resource naming conventions."],["There are multiple versions of the documentation available for `GetAzureServerConfigRequest`, ranging from version 1.0.0-beta01 to the latest version, 2.8.0."],["The `GetAzureServerConfigRequest` class has two constructors, one empty and one that receives itself as a parameter, and inherits several members from `object` such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]