ILocalUserRegeneratePasswordResult Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserRegeneratePasswordResultTypeConverter))]
public interface ILocalUserRegeneratePasswordResult : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.LocalUserRegeneratePasswordResultTypeConverter))>]
type ILocalUserRegeneratePasswordResult = interface
interface IJsonSerializable
Public Interface ILocalUserRegeneratePasswordResult
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
SshPassword |
Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |