public sealed class AzureClusterUser : IMessage<AzureClusterUser>, IEquatable<AzureClusterUser>, IDeepCloneable<AzureClusterUser>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureClusterUser.
Identities of a user-type subject for Azure clusters.
[[["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 documentation pertains to the `AzureClusterUser` class within the Google Cloud GKE Multi-Cloud v1 API, specifically version 2.7.0."],["The `AzureClusterUser` class is used to define identities of user-type subjects for Azure clusters and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, providing standard methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["There are two constructors available for `AzureClusterUser`: a default constructor and one that accepts another `AzureClusterUser` object for copying."],["The class includes a `Username` property of type string, which is mandatory and represents the user's name (e.g., `my-gcp-id@gmail.com`)."]]],[]]