Share via


OpenAPIAnonymousAuthenticationDetails Class

Definition

Security details for OpenApi anonymous authentication.

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

Constructors

Name Description
OpenAPIAnonymousAuthenticationDetails()

Initializes a new instance of OpenAPIAnonymousAuthenticationDetails.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OpenAPIAnonymousAuthenticationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<OpenAPIAnonymousAuthenticationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<OpenAPIAuthenticationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from OpenAPIAuthenticationDetails)
IJsonModel<OpenAPIAuthenticationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from OpenAPIAuthenticationDetails)
IPersistableModel<OpenAPIAnonymousAuthenticationDetails>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<OpenAPIAnonymousAuthenticationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<OpenAPIAnonymousAuthenticationDetails>.Write(ModelReaderWriterOptions)
IPersistableModel<OpenAPIAuthenticationDetails>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from OpenAPIAuthenticationDetails)
IPersistableModel<OpenAPIAuthenticationDetails>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from OpenAPIAuthenticationDetails)
IPersistableModel<OpenAPIAuthenticationDetails>.Write(ModelReaderWriterOptions) (Inherited from OpenAPIAuthenticationDetails)

Applies to