RosterProfile Constructors

Definition

Overloads

RosterProfile()

Initializes a new instance of the RosterProfile class.

RosterProfile(String, String, String, String, String)

Initializes a new instance of the RosterProfile class.

RosterProfile()

Initializes a new instance of the RosterProfile class.

public RosterProfile ();
Public Sub New ()

Applies to

RosterProfile(String, String, String, String, String)

Initializes a new instance of the RosterProfile class.

public RosterProfile (string activeDirectoryGroupId = default, string ltiContextId = default, string lmsInstance = default, string ltiClientId = default, string ltiRosterEndpoint = default);
new Microsoft.Azure.Management.LabServices.Models.RosterProfile : string * string * string * string * string -> Microsoft.Azure.Management.LabServices.Models.RosterProfile
Public Sub New (Optional activeDirectoryGroupId As String = Nothing, Optional ltiContextId As String = Nothing, Optional lmsInstance As String = Nothing, Optional ltiClientId As String = Nothing, Optional ltiRosterEndpoint As String = Nothing)

Parameters

activeDirectoryGroupId
String

The AAD group ID which this lab roster is populated from. Having this set enables AAD sync mode.

ltiContextId
String

The unique context identifier for the lab in the lms.

lmsInstance
String

The base URI identifying the lms instance.

ltiClientId
String

The unique id of the azure lab services tool in the lms.

ltiRosterEndpoint
String

The uri of the names and roles service endpoint on the lms for the class attached to this lab.

Applies to