Compartilhar via


PlaywrightTestingFreeTrialState Struct

Definition

The free-trial state.

public readonly struct PlaywrightTestingFreeTrialState : IEquatable<Azure.ResourceManager.PlaywrightTesting.Models.PlaywrightTestingFreeTrialState>
type PlaywrightTestingFreeTrialState = struct
Public Structure PlaywrightTestingFreeTrialState
Implements IEquatable(Of PlaywrightTestingFreeTrialState)
Inheritance
PlaywrightTestingFreeTrialState
Implements

Constructors

PlaywrightTestingFreeTrialState(String)

Initializes a new instance of PlaywrightTestingFreeTrialState.

Properties

Active

The free-trial is Active.

Expired

The free-trial is Expired.

NotEligible

The free-trial is Not Eligible.

NotRegistered

The free-trial is Not Registered.

Methods

Equals(PlaywrightTestingFreeTrialState)

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(PlaywrightTestingFreeTrialState, PlaywrightTestingFreeTrialState)

Determines if two PlaywrightTestingFreeTrialState values are the same.

Implicit(String to PlaywrightTestingFreeTrialState)

Converts a String to a PlaywrightTestingFreeTrialState.

Inequality(PlaywrightTestingFreeTrialState, PlaywrightTestingFreeTrialState)

Determines if two PlaywrightTestingFreeTrialState values are not the same.

Applies to