DevTestLabEnvironmentPatch Class

Definition

An environment, which is essentially an ARM template deployment.

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

Constructors

DevTestLabEnvironmentPatch()

Initializes a new instance of DevTestLabEnvironmentPatch.

Properties

Tags

The tags of the resource.

(Inherited from DevTestLabResourcePatch)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from DevTestLabResourcePatch)

Explicit Interface Implementations

IJsonModel<DevTestLabEnvironmentPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabEnvironmentPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DevTestLabResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DevTestLabResourcePatch)
IJsonModel<DevTestLabResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabEnvironmentPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabEnvironmentPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabEnvironmentPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DevTestLabResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DevTestLabResourcePatch)
IPersistableModel<DevTestLabResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DevTestLabResourcePatch)

Applies to