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 reference documentation for the `GenerateAzureAccessTokenResponse` class within the Anthos Multi-Cloud v1 API, specifically for the .NET environment."],["The `GenerateAzureAccessTokenResponse` class, part of the `Google.Cloud.GkeMultiCloud.V1` namespace, is used as a response message for the `AzureClusters.GenerateAzureAccessToken` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class has two constructors and two main properties: `AccessToken`, which is a string representing the authentication token for the k8s API server, and `ExpirationTime`, which is a `Timestamp` object indicating when the token will expire."],["The documentation covers various versions of the `GenerateAzureAccessTokenResponse` class, from version `1.0.0-beta01` to the latest version `2.8.0`."]]],[]]