Uses of Class
com.azure.resourcemanager.storage.fluent.models.LocalUserInner
-
Packages that use LocalUserInner 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.com.azure.resourcemanager.storage.models 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 LocalUserInner Modifier and Type Method Description LocalUserInnerLocalUsersOperationsClient. createOrUpdate(String resourceGroupName, String accountName, String username, LocalUserInner properties)Create or update the properties of a local user associated with the storage account.LocalUserInnerLocalUsersOperationsClient. get(String resourceGroupName, String accountName, String username)Get the local user of the storage account by username.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type LocalUserInner Modifier and Type Method Description Mono<LocalUserInner>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.Mono<LocalUserInner>LocalUsersOperationsClient. getAsync(String resourceGroupName, String accountName, String username)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>LocalUsersOperationsClient. list(String resourceGroupName, String accountName)List the local users associated with the storage account.com.azure.core.http.rest.PagedIterable<LocalUserInner>LocalUsersOperationsClient. list(String resourceGroupName, String accountName, com.azure.core.util.Context context)List the local users associated with the storage account.com.azure.core.http.rest.PagedFlux<LocalUserInner>LocalUsersOperationsClient. listAsync(String resourceGroupName, String accountName)List the local users associated with the storage account.Methods in com.azure.resourcemanager.storage.fluent with parameters of type LocalUserInner Modifier and Type Method Description LocalUserInnerLocalUsersOperationsClient. createOrUpdate(String resourceGroupName, String accountName, String username, LocalUserInner properties)Create or update the properties of a local user associated with the storage account.Mono<LocalUserInner>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 LocalUserInner Modifier and Type Method Description LocalUserInnerLocalUserInner. withHasSharedKey(Boolean hasSharedKey)Set the hasSharedKey property: Indicates whether shared key exists.LocalUserInnerLocalUserInner. withHasSshKey(Boolean hasSshKey)Set the hasSshKey property: Indicates whether ssh key exists.LocalUserInnerLocalUserInner. withHasSshPassword(Boolean hasSshPassword)Set the hasSshPassword property: Indicates whether ssh password exists.LocalUserInnerLocalUserInner. withHomeDirectory(String homeDirectory)Set the homeDirectory property: Optional, local user home directory.LocalUserInnerLocalUserInner. withPermissionScopes(List<PermissionScope> permissionScopes)Set the permissionScopes property: The permission scopes of the local user.LocalUserInnerLocalUserInner. 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 LocalUserInner Modifier and Type Method Description List<LocalUserInner>LocalUsers. value()Get the value property: The local users associated with the storage account.Method parameters in com.azure.resourcemanager.storage.models with type arguments of type LocalUserInner Modifier and Type Method Description LocalUsersLocalUsers. withValue(List<LocalUserInner> value)Set the value property: The local users associated with the storage account.
-