PlaywrightTestingQuotaName Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PlaywrightTestingQuotaName.
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
| 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.  |