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