Freigeben über


PlaywrightEnablementStatus Struct

Definition

The enablement status of a feature.

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

Constructors

Name Description
PlaywrightEnablementStatus(String)

Initializes a new instance of PlaywrightEnablementStatus.

Properties

Name Description
Disabled

The feature is disabled.

Enabled

The feature is enabled.

Methods

Name Description
Equals(PlaywrightEnablementStatus)

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

Determines if two PlaywrightEnablementStatus values are the same.

Implicit(String to PlaywrightEnablementStatus)

Converts a String to a PlaywrightEnablementStatus.

Inequality(PlaywrightEnablementStatus, PlaywrightEnablementStatus)

Determines if two PlaywrightEnablementStatus values are not the same.

Applies to