Udostępnij przez


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

Name Description
SshPassword

Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to