PlaywrightQuotaName 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.
Available Playwright quota types.
public readonly struct PlaywrightQuotaName : IEquatable<Azure.ResourceManager.Playwright.Models.PlaywrightQuotaName>
type PlaywrightQuotaName = struct
Public Structure PlaywrightQuotaName
Implements IEquatable(Of PlaywrightQuotaName)
- Inheritance
-
PlaywrightQuotaName
- Implements
Constructors
| Name | Description |
|---|---|
| PlaywrightQuotaName(String) |
Initializes a new instance of PlaywrightQuotaName. |
Properties
| Name | Description |
|---|---|
| ExecutionMinutes |
Quota for execution duration in minutes. |
Methods
| Name | Description |
|---|---|
| Equals(PlaywrightQuotaName) |
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
| Name | Description |
|---|---|
| Equality(PlaywrightQuotaName, PlaywrightQuotaName) |
Determines if two PlaywrightQuotaName values are the same. |
| Implicit(String to PlaywrightQuotaName) |
Converts a String to a PlaywrightQuotaName. |
| Inequality(PlaywrightQuotaName, PlaywrightQuotaName) |
Determines if two PlaywrightQuotaName values are not the same. |