Share via


DevTestLabFormulaPatch Class

Definition

A formula for creating a VM, specifying an image base and other parameters.

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

Constructors

DevTestLabFormulaPatch()

Initializes a new instance of DevTestLabFormulaPatch.

Properties

Tags

The tags of the resource.

(Inherited from DevTestLabResourcePatch)

Methods

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

Explicit Interface Implementations

IJsonModel<DevTestLabFormulaPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevTestLabFormulaPatch>.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<DevTestLabFormulaPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevTestLabFormulaPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevTestLabFormulaPatch>.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