Share via


DevTestLabParameter Class

Definition

Information about an artifact's parameter.

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

Constructors

Name Description
DevTestLabParameter()

Initializes a new instance of DevTestLabParameter.

Properties

Name Description
Name

The name of the artifact parameter.

Value

The value of the artifact parameter.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DevTestLabParameter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabParameter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabParameter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabParameter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabParameter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to