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

ILocalUserProperties Interface

Definition

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

Properties

HasSharedKey

Indicates whether shared key exists. Set it to false to remove existing shared key.

HasSshKey

Indicates whether ssh key exists. Set it to false to remove existing SSH key.

HasSshPassword

Indicates whether ssh password exists. Set it to false to remove existing SSH password.

HomeDirectory

Optional, local user home directory.

PermissionScope

The permission scopes of the local user.

Sid

A unique Security Identifier that is generated by the server.

SshAuthorizedKey

Optional, local user ssh authorized keys for SFTP.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to