Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserProperties
Packages that use LocalUserProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
-
Uses of LocalUserProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserPropertiesModifier and TypeMethodDescriptionLocalUserProperties.withHasSharedKey(Boolean hasSharedKey) Set the hasSharedKey property: Indicates whether shared key exists.LocalUserProperties.withHasSshKey(Boolean hasSshKey) Set the hasSshKey property: Indicates whether ssh key exists.LocalUserProperties.withHasSshPassword(Boolean hasSshPassword) Set the hasSshPassword property: Indicates whether ssh password exists.LocalUserProperties.withHomeDirectory(String homeDirectory) Set the homeDirectory property: Optional, local user home directory.LocalUserProperties.withPermissionScopes(List<PermissionScope> permissionScopes) Set the permissionScopes property: The permission scopes of the local user.LocalUserProperties.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.