Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserInner
Packages that use LocalUserInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of LocalUserInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return LocalUserInnerModifier and TypeMethodDescriptionLocalUsersOperationsClient.createOrUpdate(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account.Get the local user of the storage account by username.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type LocalUserInnerModifier and TypeMethodDescriptionLocalUsersOperationsClient.createOrUpdateAsync(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account.com.azure.core.http.rest.Response<LocalUserInner>LocalUsersOperationsClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, String username, LocalUserInner properties, com.azure.core.util.Context context) Create or update the properties of a local user associated with the storage account.Mono<com.azure.core.http.rest.Response<LocalUserInner>>LocalUsersOperationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account.Get the local user of the storage account by username.com.azure.core.http.rest.Response<LocalUserInner>LocalUsersOperationsClient.getWithResponse(String resourceGroupName, String accountName, String username, com.azure.core.util.Context context) Get the local user of the storage account by username.Mono<com.azure.core.http.rest.Response<LocalUserInner>>LocalUsersOperationsClient.getWithResponseAsync(String resourceGroupName, String accountName, String username) Get the local user of the storage account by username.com.azure.core.http.rest.PagedIterable<LocalUserInner>List the local users associated with the storage account.com.azure.core.http.rest.PagedIterable<LocalUserInner>LocalUsersOperationsClient.list(String resourceGroupName, String accountName, Integer maxpagesize, String filter, ListLocalUserIncludeParam include, com.azure.core.util.Context context) List the local users associated with the storage account.com.azure.core.http.rest.PagedFlux<LocalUserInner>List the local users associated with the storage account.com.azure.core.http.rest.PagedFlux<LocalUserInner>LocalUsersOperationsClient.listAsync(String resourceGroupName, String accountName, Integer maxpagesize, String filter, ListLocalUserIncludeParam include) List the local users associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type LocalUserInnerModifier and TypeMethodDescriptionLocalUsersOperationsClient.createOrUpdate(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account.LocalUsersOperationsClient.createOrUpdateAsync(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account.com.azure.core.http.rest.Response<LocalUserInner>LocalUsersOperationsClient.createOrUpdateWithResponse(String resourceGroupName, String accountName, String username, LocalUserInner properties, com.azure.core.util.Context context) Create or update the properties of a local user associated with the storage account.Mono<com.azure.core.http.rest.Response<LocalUserInner>>LocalUsersOperationsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, String username, LocalUserInner properties) Create or update the properties of a local user associated with the storage account. -
Uses of LocalUserInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LocalUserInnerModifier and TypeMethodDescriptionLocalUserInner.withAllowAclAuthorization(Boolean allowAclAuthorization) Set the allowAclAuthorization property: Indicates whether ACL authorization is allowed for this user.LocalUserInner.withExtendedGroups(List<Integer> extendedGroups) Set the extendedGroups property: Supplementary group membership.LocalUserInner.withGroupId(Integer groupId) Set the groupId property: An identifier for associating a group of users.LocalUserInner.withHasSharedKey(Boolean hasSharedKey) Set the hasSharedKey property: Indicates whether shared key exists.LocalUserInner.withHasSshKey(Boolean hasSshKey) Set the hasSshKey property: Indicates whether ssh key exists.LocalUserInner.withHasSshPassword(Boolean hasSshPassword) Set the hasSshPassword property: Indicates whether ssh password exists.LocalUserInner.withHomeDirectory(String homeDirectory) Set the homeDirectory property: Optional, local user home directory.LocalUserInner.withIsNFSv3Enabled(Boolean isNFSv3Enabled) Set the isNFSv3Enabled property: Indicates if the local user is enabled for access with NFSv3 protocol.LocalUserInner.withPermissionScopes(List<PermissionScope> permissionScopes) Set the permissionScopes property: The permission scopes of the local user.LocalUserInner.withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys) Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP. -
Uses of LocalUserInner in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LocalUserInnerModifier and TypeMethodDescriptionLocalUsers.value()Get the value property: The list of local users associated with the storage account.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type LocalUserInnerModifier and TypeMethodDescriptionLocalUsers.withValue(List<LocalUserInner> value) Set the value property: The list of local users associated with the storage account.