public sealed class GetAzureClientRequest : IMessage<GetAzureClientRequest>, IEquatable<GetAzureClientRequest>, IDeepCloneable<GetAzureClientRequest>, IBufferMessage, IMessage
Request message for AzureClusters.GetAzureClient method.
Required. The name of the [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resource to describe.
[AzureClient][google.cloud.gkemulticloud.v1.AzureClient] names are formatted as
projects/<project-id>/locations/<region>/azureClients/<client-id>.
See Resource Names
for more details on Google Cloud resource names.
[[["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-03-21 UTC."],[[["The `GetAzureClientRequest` class is a request message used for the `AzureClusters.GetAzureClient` method within the Google Cloud GkeMultiCloud V1 API."],["This class is part of the `Google.Cloud.GkeMultiCloud.V1` namespace and is implemented in the `Google.Cloud.GkeMultiCloud.V1.dll` assembly, with several inherited members from the base `Object` class."],["It has two constructors: a default one and another that takes a `GetAzureClientRequest` object as a parameter for copying."],["The class includes two properties: `AzureClientName`, which is a typed view over the resource name, and `Name`, a string representing the required resource name of the AzureClient, formatted according to Google Cloud resource naming conventions."],["There are several listed versions of the API available, with version 2.8.0 being the most recent, and 1.0.0-beta01 being the first."]]],[]]