你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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