Delen via


IKeySetUser Interface

Definition

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

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.

UserPrincipalName

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to