Condividi tramite


LabSecurityProfile Class

Definition

The lab security profile.

public class LabSecurityProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LabServices.Models.LabSecurityProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LabServices.Models.LabSecurityProfile>
public class LabSecurityProfile
type LabSecurityProfile = class
    interface IJsonModel<LabSecurityProfile>
    interface IPersistableModel<LabSecurityProfile>
type LabSecurityProfile = class
Public Class LabSecurityProfile
Implements IJsonModel(Of LabSecurityProfile), IPersistableModel(Of LabSecurityProfile)
Public Class LabSecurityProfile
Inheritance
LabSecurityProfile
Implements

Constructors

LabSecurityProfile()

Initializes a new instance of LabSecurityProfile.

Properties

OpenAccess

Whether any user or only specified users can register to a lab.

RegistrationCode

The registration code for the lab.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LabSecurityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LabSecurityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LabSecurityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LabSecurityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LabSecurityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to