你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceEnvironmentVariable Struct

Definition

Contains environment variable names used by the Playwright Workspaces.

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

Name Description
ServiceEnvironmentVariable(String)

Contains environment variable names used by the Playwright Workspaces.

Properties

Name Description
PlaywrightServiceAccessToken

The environment variable for the Playwright Workspaces access token.

PlaywrightServiceUri

The environment variable for the Playwright Workspaces URL.

Methods

Name Description
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

Name Description
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