McpServerJsonOutputParsing Class
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.
Parse the output as a JSON document using the configured JSON parameters.
public class McpServerJsonOutputParsing : Azure.Search.Documents.Indexes.Models.McpServerOutputParsing, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerJsonOutputParsing>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerJsonOutputParsing>
type McpServerJsonOutputParsing = class
inherit McpServerOutputParsing
interface IJsonModel<McpServerJsonOutputParsing>
interface IPersistableModel<McpServerJsonOutputParsing>
Public Class McpServerJsonOutputParsing
Inherits McpServerOutputParsing
Implements IJsonModel(Of McpServerJsonOutputParsing), IPersistableModel(Of McpServerJsonOutputParsing)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| McpServerJsonOutputParsing(McpServerOutputParsingJsonParameters) |
Initializes a new instance of McpServerJsonOutputParsing. |
Properties
| Name | Description |
|---|---|
| JsonParameters |
Parameters for JSON output parsing. Required when kind is 'json'. |