LocalUserKeys Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
LocalUserKeys() |
Creates an new LocalUserKeys instance. |
Properties
SharedKey |
Auto generated by the server for SMB authentication. |
SshAuthorizedKey |
Optional, local user ssh authorized keys for SFTP. |
Methods
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() |