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
Classes in com.azure.resourcemanager.storage.fluent.models that implement interfaces with type arguments of type LocalUserKeysInnerModifier and TypeClassDescriptionfinal classThe Storage Account Local User keys.Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserKeysInnerModifier and TypeMethodDescriptionstatic LocalUserKeysInnerLocalUserKeysInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocalUserKeysInner from the JsonReader.LocalUserKeysInner.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.