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

LocalUserKeys Class

Definition

The Storage Account Local User keys.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserKeysTypeConverter))]
public class LocalUserKeys : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserKeys
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserKeysTypeConverter))>]
type LocalUserKeys = class
    interface ILocalUserKeys
    interface IJsonSerializable
Public Class LocalUserKeys
Implements ILocalUserKeys
Inheritance
LocalUserKeys
Attributes
Implements

Constructors

Name Description
LocalUserKeys()

Creates an new LocalUserKeys instance.

Properties

Name Description
SharedKey

Auto generated by the server for SMB authentication.

SshAuthorizedKey

Optional, local user ssh authorized keys for SFTP.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LocalUserKeys.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LocalUserKeys.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserKeys.

FromJsonString(String)

Creates a new instance of LocalUserKeys, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of LocalUserKeys into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to