ServiceEnvironmentVariable Struct  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains environment variable names used by the Playwright Workspaces.
public readonly struct ServiceEnvironmentVariable : IEquatable<Azure.Developer.Playwright.ServiceEnvironmentVariable>type ServiceEnvironmentVariable = structPublic 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 Workspaces. | 
Properties
| PlaywrightServiceAccessToken | The environment variable for the Playwright Workspaces access token. | 
| PlaywrightServiceUri | The environment variable for the Playwright Workspaces 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. |