LocalUsersOperationsClient Interface
public interface LocalUsersOperationsClient
An instance of this class provides access to all the operations defined in LocalUsersOperationsClient.
Method Summary
Method Details
createOrUpdate
public abstract LocalUserInner createOrUpdate(String resourceGroupName, String accountName, String username, LocalUserInner properties)
Create or update the properties of a local user associated with the storage account. Properties for NFSv3 enablement and extended groups cannot be set with other properties.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update the properties of a local user associated with the storage account. Properties for NFSv3 enablement and extended groups cannot be set with other properties.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update the properties of a local user associated with the storage account. Properties for NFSv3 enablement and extended groups cannot be set with other properties.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update the properties of a local user associated with the storage account. Properties for NFSv3 enablement and extended groups cannot be set with other properties.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String accountName, String username)
Deletes the local user associated with the specified storage account.
Parameters:
deleteAsync
public abstract Mono
Deletes the local user associated with the specified storage account.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the local user associated with the specified storage account.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the local user associated with the specified storage account.
Parameters:
Returns:
get
public abstract LocalUserInner get(String resourceGroupName, String accountName, String username)
Get the local user of the storage account by username.
Parameters:
Returns:
getAsync
public abstract Mono
Get the local user of the storage account by username.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the local user of the storage account by username.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the local user of the storage account by username.
Parameters:
Returns:
list
public abstract PagedIterable
List the local users associated with the storage account.
Parameters:
Returns:
list
public abstract PagedIterable
List the local users associated with the storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List the local users associated with the storage account.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List the local users associated with the storage account.
Parameters:
Returns:
listKeys
public abstract LocalUserKeysInner listKeys(String resourceGroupName, String accountName, String username)
List SSH authorized keys and shared key of the local user.
Parameters:
Returns:
listKeysAsync
public abstract Mono
List SSH authorized keys and shared key of the local user.
Parameters:
Returns:
listKeysWithResponse
public abstract Response
List SSH authorized keys and shared key of the local user.
Parameters:
Returns:
listKeysWithResponseAsync
public abstract Mono
List SSH authorized keys and shared key of the local user.
Parameters:
Returns:
regeneratePassword
public abstract LocalUserRegeneratePasswordResultInner regeneratePassword(String resourceGroupName, String accountName, String username)
Regenerate the local user SSH password.
Parameters:
Returns:
regeneratePasswordAsync
public abstract Mono
Regenerate the local user SSH password.
Parameters:
Returns:
regeneratePasswordWithResponse
public abstract Response
Regenerate the local user SSH password.
Parameters:
Returns:
regeneratePasswordWithResponseAsync
public abstract Mono
Regenerate the local user SSH password.
Parameters:
Returns:
Applies to
Azure SDK for Java