public sealed class GetAzureClusterRequest : IMessage<GetAzureClusterRequest>, IEquatable<GetAzureClusterRequest>, IDeepCloneable<GetAzureClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GetAzureClusterRequest.
Request message for AzureClusters.GetAzureCluster method.
[[["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."],[[["The `GetAzureClusterRequest` class is part of the Anthos Multi-Cloud v1 API, used for requesting details about a specific Azure cluster."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionality and compatibility with Google Protobuf."],["The latest version of this documentation is 2.8.0, with older versions down to 1.0.0-beta01 available for reference, and the displayed documentation is version 2.6.0."],["The class offers two constructors: a parameterless one and one that accepts another `GetAzureClusterRequest` instance for deep copying."],["Key properties of `GetAzureClusterRequest` include `Name` (the required identifier of the Azure cluster) and `AzureClusterName`, which is a typed view over the name resource property."]]],[]]