Dela via


AutomationConnectionPatch Class

Definition

The parameters supplied to the update connection operation.

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

Constructors

AutomationConnectionPatch()

Initializes a new instance of AutomationConnectionPatch.

Properties

Description

Gets or sets the description of the connection.

FieldDefinitionValues

Gets or sets the field definition values of the connection.

Name

Gets or sets the name of the connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationConnectionPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationConnectionPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationConnectionPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationConnectionPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationConnectionPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to