Share via


LocalUsersOperationsExtensions.RegeneratePasswordAsync メソッド

定義

ローカル ユーザー SSH パスワードを再生成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.LocalUserRegeneratePasswordResult> RegeneratePasswordAsync (this Microsoft.Azure.Management.Storage.ILocalUsersOperations operations, string resourceGroupName, string accountName, string username, System.Threading.CancellationToken cancellationToken = default);
static member RegeneratePasswordAsync : Microsoft.Azure.Management.Storage.ILocalUsersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Storage.Models.LocalUserRegeneratePasswordResult>
<Extension()>
Public Function RegeneratePasswordAsync (operations As ILocalUsersOperations, resourceGroupName As String, accountName As String, username As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LocalUserRegeneratePasswordResult)

パラメーター

operations
ILocalUsersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName
String

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

username
String

ローカル ユーザーの名前。 ユーザー名には小文字と数字のみを含む必要があります。 ストレージ アカウント内でのみ一意である必要があります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象