public sealed class GenerateAzureAccessTokenRequest : IMessage<GenerateAzureAccessTokenRequest>, IEquatable<GenerateAzureAccessTokenRequest>, IDeepCloneable<GenerateAzureAccessTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAzureAccessTokenRequest.
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-04-09 UTC."],[[["This document provides reference documentation for the `GenerateAzureAccessTokenRequest` class within the Google Cloud GkeMultiCloud V1 API, specifically version 2.2.0."],["The `GenerateAzureAccessTokenRequest` class is used to request an access token for authenticating to an AzureCluster resource, through the `AzureClusters.GenerateAzureAccessToken` method."],["The `GenerateAzureAccessTokenRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The request requires the name of the AzureCluster resource, which is formatted as `projects/\u003cproject-id\u003e/locations/\u003cregion\u003e/AzureClusters/\u003ccluster-id\u003e`, accessible via the `AzureCluster` property."],["The documentation showcases versions of the `GenerateAzureAccessTokenRequest` class, ranging from version 1.0.0-beta01 to the latest 2.8.0."]]],[]]