Share via


DevTestLabEnvironmentDeployment Class

Definition

Properties of an environment deployment.

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

Constructors

Name Description
DevTestLabEnvironmentDeployment()

Initializes a new instance of DevTestLabEnvironmentDeployment.

Properties

Name Description
ArmTemplateId

The Azure Resource Manager template's identifier.

Parameters

The parameters of the Azure Resource Manager template.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<DevTestLabEnvironmentDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevTestLabEnvironmentDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabEnvironmentDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabEnvironmentDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to