Class LocalUserKeysInner
java.lang.Object
com.azure.resourcemanager.storage.fluent.models.LocalUserKeysInner
The Storage Account Local User keys.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the sharedKey property: Auto generated by the server for SMB authentication.Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.voidvalidate()Validates the instance.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
-
Constructor Details
-
LocalUserKeysInner
public LocalUserKeysInner()Creates an instance of LocalUserKeysInner class.
-
-
Method Details
-
sshAuthorizedKeys
Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.- Returns:
- the sshAuthorizedKeys value.
-
withSshAuthorizedKeys
Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.- Parameters:
sshAuthorizedKeys- the sshAuthorizedKeys value to set.- Returns:
- the LocalUserKeysInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-