共用方式為


PlaywrightTestingQuotaName Struct

Definition

The enum for quota name.

public readonly struct PlaywrightTestingQuotaName : IEquatable<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingQuotaName>
type PlaywrightTestingQuotaName = struct
Public Structure PlaywrightTestingQuotaName
Implements IEquatable(Of PlaywrightTestingQuotaName)
Inheritance
PlaywrightTestingQuotaName
Implements

Constructors

PlaywrightTestingQuotaName(String)

Initializes a new instance of PlaywrightTestingQuotaName.

Properties

Reporting

The quota details for reporting feature. When enabled, Playwright client will be able to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.

ScalableExecution

The quota details for scalable execution feature. 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

Equals(PlaywrightTestingQuotaName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PlaywrightTestingQuotaName, PlaywrightTestingQuotaName)

Determines if two PlaywrightTestingQuotaName values are the same.

Implicit(String to PlaywrightTestingQuotaName)

Converts a String to a PlaywrightTestingQuotaName.

Inequality(PlaywrightTestingQuotaName, PlaywrightTestingQuotaName)

Determines if two PlaywrightTestingQuotaName values are not the same.

Applies to