Share via


ServiceEnvironmentVariable Struct

Definition

Contains environment variable names used by the Playwright service.

public readonly struct ServiceEnvironmentVariable : IEquatable<Azure.Developer.Playwright.ServiceEnvironmentVariable>
type ServiceEnvironmentVariable = struct
Public Structure ServiceEnvironmentVariable
Implements IEquatable(Of ServiceEnvironmentVariable)
Inheritance
ServiceEnvironmentVariable
Implements

Remarks

Initializes a new instance of the ServiceEnvironmentVariable structure.

Constructors

ServiceEnvironmentVariable(String)

Contains environment variable names used by the Playwright service.

Properties

PlaywrightServiceAccessToken

The environment variable for the Playwright service access token.

PlaywrightServiceUri

The environment variable for the Playwright service URL.

Methods

Equals(ServiceEnvironmentVariable)

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

Determines if two ServiceEnvironmentVariable values are the same.

Implicit(String to ServiceEnvironmentVariable)

Converts a string to a ServiceEnvironmentVariable.

Inequality(ServiceEnvironmentVariable, ServiceEnvironmentVariable)

Determines if two ServiceEnvironmentVariable values are different.

Applies to