Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserKeysInner
-
Packages that use LocalUserKeysInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models 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 LocalUserKeysInner Modifier and Type Method Description LocalUserKeysInnerLocalUsersOperationsClient. listKeys(String resourceGroupName, String accountName, String username)List SSH authorized keys and shared key of the local user.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type LocalUserKeysInner Modifier and Type Method Description Mono<LocalUserKeysInner>LocalUsersOperationsClient. 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 LocalUserKeysInner Modifier and Type Method Description LocalUserKeysInnerLocalUserKeysInner. withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
-