Share via


BrowserAutomationToolConnectionParameters Class

Definition

Definition of input parameters for the connection used by the Browser Automation Tool.

public class BrowserAutomationToolConnectionParameters : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolConnectionParameters>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.BrowserAutomationToolConnectionParameters>
type BrowserAutomationToolConnectionParameters = class
    interface IUtf8JsonSerializable
    interface IJsonModel<BrowserAutomationToolConnectionParameters>
    interface IPersistableModel<BrowserAutomationToolConnectionParameters>
Public Class BrowserAutomationToolConnectionParameters
Implements IJsonModel(Of BrowserAutomationToolConnectionParameters), IPersistableModel(Of BrowserAutomationToolConnectionParameters), IUtf8JsonSerializable
Inheritance
BrowserAutomationToolConnectionParameters
Implements

Constructors

Name Description
BrowserAutomationToolConnectionParameters()

Initializes a new instance of BrowserAutomationToolConnectionParameters for deserialization.

BrowserAutomationToolConnectionParameters(String, IDictionary<String,BinaryData>)

Initializes a new instance of BrowserAutomationToolConnectionParameters.

BrowserAutomationToolConnectionParameters(String)

Initializes a new instance of BrowserAutomationToolConnectionParameters.

Properties

Name Description
Id

The ID of the project connection to your Azure Playwright resource.

Methods

Name Description
DeserializeBrowserAutomationToolConnectionParameters(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

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

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

IJsonModel<BrowserAutomationToolConnectionParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BrowserAutomationToolConnectionParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BrowserAutomationToolConnectionParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BrowserAutomationToolConnectionParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to