Delen via


ILocalUsersOperations Interface

Definition

LocalUsersOperations operations.

public interface ILocalUsersOperations
type ILocalUsersOperations = interface
Public Interface ILocalUsersOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, LocalUser, Dictionary<String,List<String>>, CancellationToken)

Create or update the properties of a local user associated with the storage account

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the local user associated with the specified storage account.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get the local user of the storage account by username.

ListKeysWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

List SSH authorized keys and shared key of the local user.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List the local users associated with the storage account.

RegeneratePasswordWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Regenerate the local user SSH password.

Extension Methods

CreateOrUpdate(ILocalUsersOperations, String, String, String, LocalUser)

Create or update the properties of a local user associated with the storage account

CreateOrUpdateAsync(ILocalUsersOperations, String, String, String, LocalUser, CancellationToken)

Create or update the properties of a local user associated with the storage account

Delete(ILocalUsersOperations, String, String, String)

Deletes the local user associated with the specified storage account.

DeleteAsync(ILocalUsersOperations, String, String, String, CancellationToken)

Deletes the local user associated with the specified storage account.

Get(ILocalUsersOperations, String, String, String)

Get the local user of the storage account by username.

GetAsync(ILocalUsersOperations, String, String, String, CancellationToken)

Get the local user of the storage account by username.

List(ILocalUsersOperations, String, String)

List the local users associated with the storage account.

ListAsync(ILocalUsersOperations, String, String, CancellationToken)

List the local users associated with the storage account.

ListKeys(ILocalUsersOperations, String, String, String)

List SSH authorized keys and shared key of the local user.

ListKeysAsync(ILocalUsersOperations, String, String, String, CancellationToken)

List SSH authorized keys and shared key of the local user.

RegeneratePassword(ILocalUsersOperations, String, String, String)

Regenerate the local user SSH password.

RegeneratePasswordAsync(ILocalUsersOperations, String, String, String, CancellationToken)

Regenerate the local user SSH password.

Applies to