Compartilhar via


PlaywrightTestingEnablementStatus Struct

Definition

The enablement status of a feature.

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

Constructors

PlaywrightTestingEnablementStatus(String)

Initializes a new instance of PlaywrightTestingEnablementStatus.

Properties

Disabled

The feature is Disabled.

Enabled

The feature is Enabled.

Methods

Equals(PlaywrightTestingEnablementStatus)

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

Determines if two PlaywrightTestingEnablementStatus values are the same.

Implicit(String to PlaywrightTestingEnablementStatus)

Converts a String to a PlaywrightTestingEnablementStatus.

Inequality(PlaywrightTestingEnablementStatus, PlaywrightTestingEnablementStatus)

Determines if two PlaywrightTestingEnablementStatus values are not the same.

Applies to