次の方法で共有


VirtualMachinesOperationsExtensions.BeginResetPasswordAsync メソッド

定義

ラボ仮想マシンのパスワードをリセットします。

public static System.Threading.Tasks.Task BeginResetPasswordAsync (this Microsoft.Azure.Management.LabServices.IVirtualMachinesOperations operations, Microsoft.Azure.Management.LabServices.Models.ResetPasswordBody body, string resourceGroupName, string labName, string virtualMachineName, System.Threading.CancellationToken cancellationToken = default);
static member BeginResetPasswordAsync : Microsoft.Azure.Management.LabServices.IVirtualMachinesOperations * Microsoft.Azure.Management.LabServices.Models.ResetPasswordBody * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginResetPasswordAsync (operations As IVirtualMachinesOperations, body As ResetPasswordBody, resourceGroupName As String, labName As String, virtualMachineName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IVirtualMachinesOperations

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

body
ResetPasswordBody

要求本文。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

labName
String

含まれているラボ アカウント内で一意に識別するラボの名前。 リソース URI で使用されます。

virtualMachineName
String

含まれているラボ内で仮想マシンを一意に識別する仮想マシンの ID。 リソース URI で使用されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

ラボ仮想マシンのパスワードをリセットします。

適用対象