Поделиться через


AutomationConnectionCreateOrUpdateContent Class

Definition

The parameters supplied to the create or update connection operation.

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

Constructors

AutomationConnectionCreateOrUpdateContent(String, ConnectionTypeAssociationProperty)

Initializes a new instance of AutomationConnectionCreateOrUpdateContent.

Properties

ConnectionTypeName

Gets or sets the name of the connection type.

Description

Gets or sets the description of the connection.

FieldDefinitionValues

Gets or sets the field definition properties of the connection.

Name

Gets or sets the name of the connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomationConnectionCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomationConnectionCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutomationConnectionCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomationConnectionCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomationConnectionCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to