CodeDependencyResolution Struct

Definition

How package dependencies are resolved at deployment time for a code-based hosted agent.

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

Constructors

Name Description
CodeDependencyResolution(String)

Initializes a new instance of CodeDependencyResolution.

Properties

Name Description
Bundled

The caller has bundled all dependencies into the uploaded zip; the service performs no remote build.

RemoteBuild

The service builds dependencies remotely from the manifest included in the uploaded zip.

Methods

Name Description
Equals(CodeDependencyResolution)

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

Determines if two CodeDependencyResolution values are the same.

Implicit(String to CodeDependencyResolution)

Converts a string to a CodeDependencyResolution.

Implicit(String to Nullable<CodeDependencyResolution>)
Inequality(CodeDependencyResolution, CodeDependencyResolution)

Determines if two CodeDependencyResolution values are not the same.

Applies to