共用方式為


AccountUpdateProperties Class

Definition

The updatable properties of the Account.

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

Constructors

AccountUpdateProperties()

Initializes a new instance of AccountUpdateProperties.

Properties

LocalAuth

When enabled, this feature allows the workspace to use local auth(through access key) for authentication of test runs.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AccountUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccountUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccountUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccountUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccountUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to