Class LocalUserRegeneratePasswordResultInner
java.lang.Object
com.azure.resourcemanager.storage.fluent.models.LocalUserRegeneratePasswordResultInner
The secrets of Storage Account Local User.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LocalUserRegeneratePasswordResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet 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.
-
Constructor Details
-
LocalUserRegeneratePasswordResultInner
public LocalUserRegeneratePasswordResultInner()Creates an instance of LocalUserRegeneratePasswordResultInner class.
-
-
Method Details
-
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.
-