次の方法で共有


UsersOperationsExtensions.Invite メソッド

定義

ラボにユーザーを招待します。

public static void Invite(this Microsoft.Azure.Management.LabServices.IUsersOperations operations, Microsoft.Azure.Management.LabServices.Models.InviteBody body, string resourceGroupName, string labName, string userName);
static member Invite : Microsoft.Azure.Management.LabServices.IUsersOperations * Microsoft.Azure.Management.LabServices.Models.InviteBody * string * string * string -> unit
<Extension()>
Public Sub Invite (operations As IUsersOperations, body As InviteBody, resourceGroupName As String, labName As String, userName As String)

パラメーター

operations
IUsersOperations

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

body
InviteBody

要求本文。

resourceGroupName
String

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

labName
String

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

userName
String

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

注釈

ユーザーをラボに招待する操作。

適用対象