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.
[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() |