PlaywrightTestingAccountPatch Class

Definition

The type used for update operations of the Account.

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

Constructors

PlaywrightTestingAccountPatch()

Initializes a new instance of PlaywrightTestingAccountPatch.

Properties

RegionalAffinity

This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.

Reporting

When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.

ScalableExecution

When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<PlaywrightTestingAccountPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PlaywrightTestingAccountPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PlaywrightTestingAccountPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PlaywrightTestingAccountPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PlaywrightTestingAccountPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to