ControllerPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ControllerPatch() |
Initializes a new instance of ControllerPatch. |
Properties
Tags |
Tags for the Azure Dev Spaces Controller. |
TargetContainerHostCredentialsBase64 |
Credentials of the target container host (base64). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |