Freigeben über


PlaywrightFreeTrialState Struct

Definition

The free trial state.

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

Constructors

Name Description
PlaywrightFreeTrialState(String)

Initializes a new instance of PlaywrightFreeTrialState.

Properties

Name Description
Active

The free trial is active and available for use.

Expired

The free trial has expired and is no longer available.

NotApplicable

The free trial is not applicable for this resource.

Methods

Name Description
Equals(PlaywrightFreeTrialState)

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

Determines if two PlaywrightFreeTrialState values are the same.

Implicit(String to PlaywrightFreeTrialState)

Converts a String to a PlaywrightFreeTrialState.

Inequality(PlaywrightFreeTrialState, PlaywrightFreeTrialState)

Determines if two PlaywrightFreeTrialState values are not the same.

Applies to