Share via


ControllerPatch Class

Definition

Parameters for updating an Azure Dev Spaces Controller.

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

Constructors

Name Description
ControllerPatch()

Initializes a new instance of ControllerPatch.

Properties

Name Description
Tags

Tags for the Azure Dev Spaces Controller.

TargetContainerHostCredentialsBase64

Credentials of the target container host (base64).

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ControllerPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ControllerPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ControllerPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ControllerPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to