Sdílet prostřednictvím


DevCenterEnvironmentTypePatch Class

Definition

The environment type for partial update. Properties not provided in the update request will not be changed.

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

Constructors

DevCenterEnvironmentTypePatch()

Initializes a new instance of DevCenterEnvironmentTypePatch.

Properties

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DevCenterEnvironmentTypePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterEnvironmentTypePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterEnvironmentTypePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterEnvironmentTypePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterEnvironmentTypePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to