Compartir a través de


IRosterProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.RosterProfileTypeConverter))]
public interface IRosterProfile : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.RosterProfileTypeConverter))>]
type IRosterProfile = interface
    interface IJsonSerializable
Public Interface IRosterProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ActiveDirectoryGroupId

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

LmsInstance

The base URI identifying the lms instance.

LtiClientId

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

LtiContextId

The unique context identifier for the lab in the lms.

LtiRosterEndpoint

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to