TypeParam.IJsonModel<TypeParam>.Create Method

Definition

Azure.AI.AgentServer.Responses.Models.TypeParam IJsonModel<TypeParam>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
abstract member System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.TypeParam>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.AI.AgentServer.Responses.Models.TypeParam
override this.System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.TypeParam>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.AI.AgentServer.Responses.Models.TypeParam
Function Create (ByRef reader As Utf8JsonReader, options As ModelReaderWriterOptions) As TypeParam Implements IJsonModel(Of TypeParam).Create

Parameters

reader
Utf8JsonReader

The JSON reader.

options
ModelReaderWriterOptions

The client options for reading and writing models.

Returns

Implements

Applies to