你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OpenAPIAuthenticationDetails Class

Definition

authentication details for OpenApiFunctionDefinition Please note this is the abstract base class. The derived classes available for instantiation are: OpenAPIAnonymousAuthenticationDetails, OpenAPIProjectConnectionAuthenticationDetails, and OpenAPIManagedAuthenticationDetails.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownOpenAPIAuthenticationDetails))]
public abstract class OpenAPIAuthenticationDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.OpenAPIAuthenticationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.OpenAPIAuthenticationDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownOpenAPIAuthenticationDetails))>]
type OpenAPIAuthenticationDetails = class
    interface IJsonModel<OpenAPIAuthenticationDetails>
    interface IPersistableModel<OpenAPIAuthenticationDetails>
Public MustInherit Class OpenAPIAuthenticationDetails
Implements IJsonModel(Of OpenAPIAuthenticationDetails), IPersistableModel(Of OpenAPIAuthenticationDetails)
Inheritance
OpenAPIAuthenticationDetails
Derived
Attributes
Implements

Applies to