LocalUsersOperationsExtensions Class

Definition

Extension methods for LocalUsersOperations.

public static class LocalUsersOperationsExtensions
type LocalUsersOperationsExtensions = class
Public Module LocalUsersOperationsExtensions
Inheritance
LocalUsersOperationsExtensions

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