KeySetUser Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
KeySetUser represents the properties of the user in the key set.
public class KeySetUser
public class KeySetUser : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.KeySetUser>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.KeySetUser>
type KeySetUser = class
type KeySetUser = class
interface IJsonModel<KeySetUser>
interface IPersistableModel<KeySetUser>
Public Class KeySetUser
Public Class KeySetUser
Implements IJsonModel(Of KeySetUser), IPersistableModel(Of KeySetUser)
- Inheritance
-
KeySetUser
- Implements
Constructors
KeySetUser(String, NetworkCloudSshPublicKey) |
Initializes a new instance of KeySetUser. |
Properties
AzureUserName |
The user name that will be used for access. |
Description |
The free-form description for this user. |
KeyData |
The SSH public key data. |
UserPrincipalName |
The user principal name (email format) used to validate this user's group membership. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<KeySetUser>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<KeySetUser>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<KeySetUser>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<KeySetUser>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<KeySetUser>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET