PlaywrightNameUnavailableReason 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.
Possible reasons for a name not being available.
public readonly struct PlaywrightNameUnavailableReason : IEquatable<Azure.ResourceManager.Playwright.Models.PlaywrightNameUnavailableReason>
type PlaywrightNameUnavailableReason = struct
Public Structure PlaywrightNameUnavailableReason
Implements IEquatable(Of PlaywrightNameUnavailableReason)
- Inheritance
-
PlaywrightNameUnavailableReason
- Implements
Constructors
| Name | Description |
|---|---|
| PlaywrightNameUnavailableReason(String) |
Initializes a new instance of PlaywrightNameUnavailableReason. |
Properties
| Name | Description |
|---|---|
| AlreadyExists |
Name already exists. |
| Invalid |
Name is invalid. |
Methods
| Name | Description |
|---|---|
| Equals(PlaywrightNameUnavailableReason) |
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(PlaywrightNameUnavailableReason, PlaywrightNameUnavailableReason) |
Determines if two PlaywrightNameUnavailableReason values are the same. |
| Implicit(String to PlaywrightNameUnavailableReason) |
Converts a String to a PlaywrightNameUnavailableReason. |
| Inequality(PlaywrightNameUnavailableReason, PlaywrightNameUnavailableReason) |
Determines if two PlaywrightNameUnavailableReason values are not the same. |