Class LocalUserRegeneratePasswordResultInner
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.LocalUserRegeneratePasswordResultInner
-
public final class LocalUserRegeneratePasswordResultInner extends Object
The secrets of Storage Account Local User.
-
-
Constructor Summary
Constructors Constructor Description LocalUserRegeneratePasswordResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringsshPassword()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.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-