次の方法で共有


UsersOperationsExtensions.Update メソッド

定義

ラボ ユーザーを更新します。

public static Microsoft.Azure.Management.LabServices.Models.User Update (this Microsoft.Azure.Management.LabServices.IUsersOperations operations, Microsoft.Azure.Management.LabServices.Models.UserUpdate body, string resourceGroupName, string labName, string userName);
static member Update : Microsoft.Azure.Management.LabServices.IUsersOperations * Microsoft.Azure.Management.LabServices.Models.UserUpdate * string * string * string -> Microsoft.Azure.Management.LabServices.Models.User
<Extension()>
Public Function Update (operations As IUsersOperations, body As UserUpdate, resourceGroupName As String, labName As String, userName As String) As User

パラメーター

operations
IUsersOperations

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

body
UserUpdate

要求本文。

resourceGroupName
String

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

labName
String

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

userName
String

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

戻り値

注釈

ラボ ユーザーを更新する操作。

適用対象