你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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