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-03-21 UTC."],[[["This page provides reference documentation for the `GenerateAzureAccessTokenRequest` class within the Google Cloud GkeMultiCloud V1 API, specifically version 2.1.0."],["The `GenerateAzureAccessTokenRequest` class is used to create request messages for the `AzureClusters.GenerateAzureAccessToken` method, and it's designed for authenticating to an AzureCluster resource."],["The class includes properties such as `AzureCluster` (a string containing the resource name) and `AzureClusterAsAzureClusterName` (a typed view over the AzureCluster resource name), and can be constructed with a default constructor or a copy constructor."],["The documentation lists the various versions of this class available, including version 2.8.0 as the latest, and previous versions back to 1.0.0-beta01."],["The class inherits from Object and implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]