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

ComputerUseEnvironment Struct

Definition

The environment types supported by the computer use tool.

public readonly struct ComputerUseEnvironment : IEquatable<Azure.AI.Agents.Persistent.ComputerUseEnvironment>
type ComputerUseEnvironment = struct
Public Structure ComputerUseEnvironment
Implements IEquatable(Of ComputerUseEnvironment)
Inheritance
ComputerUseEnvironment
Implements

Constructors

Name Description
ComputerUseEnvironment(String)

Initializes a new instance of ComputerUseEnvironment.

Properties

Name Description
Browser

Browser environment.

Linux

Linux environment.

Mac

Mac environment.

Windows

Windows environment.

Methods

Name Description
Equals(ComputerUseEnvironment)

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

Determines if two ComputerUseEnvironment values are the same.

Implicit(String to ComputerUseEnvironment)

Converts a String to a ComputerUseEnvironment.

Inequality(ComputerUseEnvironment, ComputerUseEnvironment)

Determines if two ComputerUseEnvironment values are not the same.

Applies to