共用方式為


OpenApiAnonymousAuthDetails Class

Definition

Security details for OpenApi anonymous authentication.

public class OpenApiAnonymousAuthDetails : Azure.AI.Projects.OpenApiAuthDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenApiAnonymousAuthDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenApiAnonymousAuthDetails>
type OpenApiAnonymousAuthDetails = class
    inherit OpenApiAuthDetails
    interface IJsonModel<OpenApiAnonymousAuthDetails>
    interface IPersistableModel<OpenApiAnonymousAuthDetails>
Public Class OpenApiAnonymousAuthDetails
Inherits OpenApiAuthDetails
Implements IJsonModel(Of OpenApiAnonymousAuthDetails), IPersistableModel(Of OpenApiAnonymousAuthDetails)
Inheritance
OpenApiAnonymousAuthDetails
Implements

Constructors

OpenApiAnonymousAuthDetails()

Initializes a new instance of OpenApiAnonymousAuthDetails.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OpenApiAnonymousAuthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OpenApiAnonymousAuthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<OpenApiAuthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from OpenApiAuthDetails)
IJsonModel<OpenApiAuthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiAnonymousAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenApiAnonymousAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OpenApiAnonymousAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<OpenApiAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OpenApiAuthDetails)

Applies to