LocalUserRegeneratePasswordResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.fluent.models.LocalUserRegeneratePasswordResultInner

Implements

public final class LocalUserRegeneratePasswordResultInner
implements JsonSerializable<LocalUserRegeneratePasswordResultInner>

The secrets of Storage Account Local User.

Constructor Summary

Constructor Description
LocalUserRegeneratePasswordResultInner()

Creates an instance of LocalUserRegeneratePasswordResultInner class.

Method Summary

Modifier and Type Method and Description
static LocalUserRegeneratePasswordResultInner fromJson(JsonReader jsonReader)

Reads an instance of LocalUserRegeneratePasswordResultInner from the JsonReader.

String sshPassword()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

LocalUserRegeneratePasswordResultInner

public LocalUserRegeneratePasswordResultInner()

Creates an instance of LocalUserRegeneratePasswordResultInner class.

Method Details

fromJson

public static LocalUserRegeneratePasswordResultInner fromJson(JsonReader jsonReader)

Reads an instance of LocalUserRegeneratePasswordResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of LocalUserRegeneratePasswordResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the LocalUserRegeneratePasswordResultInner.

sshPassword

public String sshPassword()

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

Returns:

the sshPassword value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to