Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserKeysInner
Packages that use LocalUserKeysInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of LocalUserKeysInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return LocalUserKeysInnerModifier and TypeMethodDescriptionList SSH authorized keys and shared key of the local user.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type LocalUserKeysInnerModifier and TypeMethodDescriptionLocalUsersOperationsClient.listKeysAsync(String resourceGroupName, String accountName, String username) List SSH authorized keys and shared key of the local user.com.azure.core.http.rest.Response<LocalUserKeysInner>LocalUsersOperationsClient.listKeysWithResponse(String resourceGroupName, String accountName, String username, com.azure.core.util.Context context) List SSH authorized keys and shared key of the local user.Mono<com.azure.core.http.rest.Response<LocalUserKeysInner>>LocalUsersOperationsClient.listKeysWithResponseAsync(String resourceGroupName, String accountName, String username) List SSH authorized keys and shared key of the local user. -
Uses of LocalUserKeysInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserKeysInnerModifier and TypeMethodDescriptionLocalUserKeysInner.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.