PlaywrightTestingOfferingType 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.
Offering type state.
public readonly struct PlaywrightTestingOfferingType : IEquatable<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingOfferingType>
type PlaywrightTestingOfferingType = struct
Public Structure PlaywrightTestingOfferingType
Implements IEquatable(Of PlaywrightTestingOfferingType)
- Inheritance
-
PlaywrightTestingOfferingType
- Implements
Constructors
PlaywrightTestingOfferingType(String) |
Initializes a new instance of PlaywrightTestingOfferingType. |
Properties
GeneralAvailability |
The offeringType is GeneralAvailability. |
NotApplicable |
The offeringType is NotApplicable. |
PrivatePreview |
The offeringType is PrivatePreview. |
PublicPreview |
The offeringType is PublicPreview. |
Methods
Equals(PlaywrightTestingOfferingType) |
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(PlaywrightTestingOfferingType, PlaywrightTestingOfferingType) |
Determines if two PlaywrightTestingOfferingType values are the same. |
Implicit(String to PlaywrightTestingOfferingType) |
Converts a String to a PlaywrightTestingOfferingType. |
Inequality(PlaywrightTestingOfferingType, PlaywrightTestingOfferingType) |
Determines if two PlaywrightTestingOfferingType values are not the same. |
Applies to
Azure SDK for .NET