LocalUserRegeneratePasswordResult 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 secrets of Storage Account Local User.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserRegeneratePasswordResultTypeConverter))]
public class LocalUserRegeneratePasswordResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserRegeneratePasswordResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserRegeneratePasswordResultTypeConverter))>]
type LocalUserRegeneratePasswordResult = class
interface ILocalUserRegeneratePasswordResult
interface IJsonSerializable
Public Class LocalUserRegeneratePasswordResult
Implements ILocalUserRegeneratePasswordResult
- Inheritance
-
LocalUserRegeneratePasswordResult
- Attributes
- Implements
Constructors
LocalUserRegeneratePasswordResult() |
Creates an new LocalUserRegeneratePasswordResult instance. |
Properties
SshPassword |
Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LocalUserRegeneratePasswordResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LocalUserRegeneratePasswordResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ILocalUserRegeneratePasswordResult. |
FromJsonString(String) |
Creates a new instance of LocalUserRegeneratePasswordResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of LocalUserRegeneratePasswordResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |