Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserProperties
-
Packages that use LocalUserProperties Package Description com.azure.resourcemanager.storage.fluent.models 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 LocalUserProperties Modifier and Type Method Description LocalUserPropertiesLocalUserProperties. withHasSharedKey(Boolean hasSharedKey)Set the hasSharedKey property: Indicates whether shared key exists.LocalUserPropertiesLocalUserProperties. withHasSshKey(Boolean hasSshKey)Set the hasSshKey property: Indicates whether ssh key exists.LocalUserPropertiesLocalUserProperties. withHasSshPassword(Boolean hasSshPassword)Set the hasSshPassword property: Indicates whether ssh password exists.LocalUserPropertiesLocalUserProperties. withHomeDirectory(String homeDirectory)Set the homeDirectory property: Optional, local user home directory.LocalUserPropertiesLocalUserProperties. withPermissionScopes(List<PermissionScope> permissionScopes)Set the permissionScopes property: The permission scopes of the local user.LocalUserPropertiesLocalUserProperties. withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
-