public sealed class GenerateAzureAccessTokenRequest : IMessage<GenerateAzureAccessTokenRequest>, IEquatable<GenerateAzureAccessTokenRequest>, IDeepCloneable<GenerateAzureAccessTokenRequest>, IBufferMessage, IMessage
Request message for AzureClusters.GenerateAzureAccessToken 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-03-21 UTC."],[[["This webpage details the `GenerateAzureAccessTokenRequest` class, which is used to request an access token for an Azure cluster, within the Google Cloud GKE Multi-Cloud V1 API."],["The latest stable version for this class is 2.8.0, with previous versions back to 2.0.0, as well as an initial beta version 1.0.0-beta01, being available for use."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with the .NET framework and the Google Protocol Buffers."],["Key functionalities include a constructor, which can create an instance, and a property, `AzureCluster`, that allows users to specify the Azure cluster resource name to interact with."],["The `AzureClusterAsAzureClusterName` property provides a typed view of the `AzureCluster` property, offering type-safe access to the Azure cluster resource name."]]],[]]