Share via


IKeySetUser Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUserTypeConverter))]
public interface IKeySetUser : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUserTypeConverter))>]
type IKeySetUser = interface
    interface IJsonSerializable
Public Interface IKeySetUser
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AzureUserName

The user name that will be used for access.

Description

The free-form description for this user.

SshPublicKeyData

The SSH public key data.

UserPrincipalName

The user principal name (email format) used to validate this user's group membership.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to