Partager via


KeySetUser Class

Definition

KeySetUser represents the properties of the user in the key set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KeySetUserTypeConverter))]
public class KeySetUser : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKeySetUser
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.KeySetUserTypeConverter))>]
type KeySetUser = class
    interface IKeySetUser
    interface IJsonSerializable
Public Class KeySetUser
Implements IKeySetUser
Inheritance
KeySetUser
Attributes
Implements

Constructors

KeySetUser()

Creates an new KeySetUser instance.

Properties

AzureUserName

The user name that will be used for access.

Description

The free-form description for this user.

SshPublicKeyData

The SSH public key data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeySetUser.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeySetUser.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IKeySetUser.

FromJsonString(String)

Creates a new instance of KeySetUser, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeySetUser into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to