public sealed class GenerateAzureAccessTokenResponse : IMessage<GenerateAzureAccessTokenResponse>, IEquatable<GenerateAzureAccessTokenResponse>, IDeepCloneable<GenerateAzureAccessTokenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAzureAccessTokenResponse.
Response 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 provides documentation for the `GenerateAzureAccessTokenResponse` class within the Anthos Multi-Cloud v1 API, specifically for .NET."],["The `GenerateAzureAccessTokenResponse` class is a response message used by the `AzureClusters.GenerateAzureAccessToken` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the .NET protobuf system."],["It has two key properties: `AccessToken`, which holds the token for authenticating with the Kubernetes API server, and `ExpirationTime`, which indicates when the access token will expire."],["The documentation lists several versions of the `GenerateAzureAccessTokenResponse` class, starting from version 1.0.0-beta01 up to the latest, version 2.8.0."]]],[]]