Partager via


ILocalUserRegeneratePasswordResult Interface

Definition

[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)

Applies to