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.
Constructor Summary
Constructor | Description |
---|---|
LocalUserRegeneratePasswordResultInner() |
Creates an instance of Local |
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
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:
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.
Applies to
Azure SDK for Java