LabRosterProfile 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.
public class LabRosterProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.LabRosterProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.LabRosterProfile>
public class LabRosterProfile
type LabRosterProfile = class
interface IJsonModel<LabRosterProfile>
interface IPersistableModel<LabRosterProfile>
type LabRosterProfile = class
Public Class LabRosterProfile
Implements IJsonModel(Of LabRosterProfile), IPersistableModel(Of LabRosterProfile)
Public Class LabRosterProfile
- Inheritance
-
LabRosterProfile
- Implements
Constructors
LabRosterProfile() |
Initializes a new instance of LabRosterProfile. |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<LabRosterProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LabRosterProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LabRosterProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LabRosterProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LabRosterProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET