RosterProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The lab user list management profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.RosterProfileTypeConverter))]
public class RosterProfile : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IRosterProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.RosterProfileTypeConverter))>]
type RosterProfile = class
interface IRosterProfile
interface IJsonSerializable
Public Class RosterProfile
Implements IRosterProfile
- Inheritance
-
RosterProfile
- Attributes
- Implements
Constructors
RosterProfile() |
Creates an new RosterProfile instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RosterProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RosterProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.IRosterProfile. |
FromJsonString(String) |
Creates a new instance of RosterProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RosterProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |