次の方法で共有


VirtualMachinesOperationsExtensions.ResetPassword メソッド

定義

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

public static void ResetPassword (this Microsoft.Azure.Management.LabServices.IVirtualMachinesOperations operations, Microsoft.Azure.Management.LabServices.Models.ResetPasswordBody body, string resourceGroupName, string labName, string virtualMachineName);
static member ResetPassword : Microsoft.Azure.Management.LabServices.IVirtualMachinesOperations * Microsoft.Azure.Management.LabServices.Models.ResetPasswordBody * string * string * string -> unit
<Extension()>
Public Sub ResetPassword (operations As IVirtualMachinesOperations, body As ResetPasswordBody, resourceGroupName As String, labName As String, virtualMachineName As String)

パラメーター

operations
IVirtualMachinesOperations

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

body
ResetPasswordBody

要求本文。

resourceGroupName
String

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

labName
String

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

virtualMachineName
String

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

注釈

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

適用対象