Condividi tramite


DevTestLabSupport Class

Definition

Properties of a lab's support banner.

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

Constructors

DevTestLabSupport()

Initializes a new instance of DevTestLabSupport.

Properties

Enabled

Is the lab support banner active/enabled at this time?.

Markdown

The markdown text (if any) that this lab displays in the UI. If left empty/null, nothing will be shown.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevTestLabSupport>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabSupport>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabSupport>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabSupport>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabSupport>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to