PlaywrightEnablementStatus 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 enablement status of a feature.
public readonly struct PlaywrightEnablementStatus : IEquatable<Azure.ResourceManager.Playwright.Models.PlaywrightEnablementStatus>
type PlaywrightEnablementStatus = struct
Public Structure PlaywrightEnablementStatus
Implements IEquatable(Of PlaywrightEnablementStatus)
- Inheritance
-
PlaywrightEnablementStatus
- Implements
Constructors
| Name | Description |
|---|---|
| PlaywrightEnablementStatus(String) |
Initializes a new instance of PlaywrightEnablementStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
The feature is disabled. |
| Enabled |
The feature is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(PlaywrightEnablementStatus) |
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(PlaywrightEnablementStatus, PlaywrightEnablementStatus) |
Determines if two PlaywrightEnablementStatus values are the same. |
| Implicit(String to PlaywrightEnablementStatus) |
Converts a String to a PlaywrightEnablementStatus. |
| Inequality(PlaywrightEnablementStatus, PlaywrightEnablementStatus) |
Determines if two PlaywrightEnablementStatus values are not the same. |