Uses of Class
com.azure.resourcemanager.storage.models.SshPublicKey
Packages that use SshPublicKey
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of SshPublicKey in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type SshPublicKeyModifier and TypeMethodDescriptionLocalUserInner.sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserKeysInner.sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserProperties.sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type SshPublicKeyModifier and TypeMethodDescriptionLocalUserInner.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserKeysInner.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserProperties.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP. -
Uses of SshPublicKey in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SshPublicKeyModifier and TypeMethodDescriptionSshPublicKey.withDescription(String description) Set the description property: Optional.Set the key property: Ssh public key base64 encoded.