LocalUserRegeneratePasswordResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. LocalUserRegeneratePasswordResultInner
- com.
Implements
public final class LocalUserRegeneratePasswordResultInner
implements JsonSerializable<LocalUserRegeneratePasswordResultInner>
The secrets of Storage Account Local User.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Local |
fromJson(JsonReader jsonReader)
Reads an instance of Local |
| String |
sshPassword()
Get the ssh |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static LocalUserRegeneratePasswordResultInner fromJson(JsonReader jsonReader)
Reads an instance of LocalUserRegeneratePasswordResultInner from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.