RunAdditionalFieldList 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.
A list of additional fields to include in the response.
public readonly struct RunAdditionalFieldList : IEquatable<Azure.AI.Projects.RunAdditionalFieldList>
type RunAdditionalFieldList = struct
Public Structure RunAdditionalFieldList
Implements IEquatable(Of RunAdditionalFieldList)
- Inheritance
-
RunAdditionalFieldList
- Implements
Constructors
RunAdditionalFieldList(String) |
Initializes a new instance of RunAdditionalFieldList. |
Properties
FileSearchContents |
File search result content. |
Methods
Equals(RunAdditionalFieldList) |
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(RunAdditionalFieldList, RunAdditionalFieldList) |
Determines if two RunAdditionalFieldList values are the same. |
Implicit(String to RunAdditionalFieldList) |
Converts a String to a RunAdditionalFieldList. |
Inequality(RunAdditionalFieldList, RunAdditionalFieldList) |
Determines if two RunAdditionalFieldList values are not the same. |
Applies to
Azure SDK for .NET