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-03-21 UTC."],[[["This webpage provides reference documentation for the `AzureClusterUser` class, a part of the Anthos Multi-Cloud v1 API, specifically in version 2.0.0."],["`AzureClusterUser` represents the identities of user-type subjects within Azure clusters, and it inherits from the base `Object` class."],["The `AzureClusterUser` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and object manipulation."],["The class offers two constructors, a default one and another to create a clone of an existing `AzureClusterUser` instance."],["It includes a `Username` property, which is a required string field used to identify the user within the cluster, such as `my-gcp-id@gmail.com`."]]],[]]