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 latest version available for `GetAzureClusterRequest` is 2.8.0, with previous versions ranging from 2.7.0 down to 1.0.0-beta01."],["`GetAzureClusterRequest` is a class used in the Anthos Multi-Cloud v1 API to retrieve details about a specific Azure cluster."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffered message operations."],["The `GetAzureClusterRequest` class requires a `Name` property that specifies the resource name of the target `AzureCluster` for the request, adhering to the format `projects/\u003cproject-id\u003e/locations/\u003cregion\u003e/azureClusters/\u003ccluster-id\u003e`."],["There is a typed view over the name property called AzureClusterName, of type `AzureClusterName`."]]],[]]