OpenApiAuthDetails Constructors
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.
Overloads
| Name | Description |
|---|---|
| OpenApiAuthDetails() |
Initializes a new instance of OpenApiAuthDetails. |
| OpenApiAuthDetails(OpenApiAuthType, IDictionary<String,BinaryData>) |
Initializes a new instance of OpenApiAuthDetails. |
OpenApiAuthDetails()
- Source:
- OpenApiAuthDetails.cs
Initializes a new instance of OpenApiAuthDetails.
protected OpenApiAuthDetails();
Protected Sub New ()
Applies to
OpenApiAuthDetails(OpenApiAuthType, IDictionary<String,BinaryData>)
- Source:
- OpenApiAuthDetails.cs
Initializes a new instance of OpenApiAuthDetails.
public OpenApiAuthDetails(Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiAuthType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiAuthDetails : Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiAuthType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiAuthDetails
Public Sub New (type As OpenApiAuthType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- OpenApiAuthType
The type of authentication, must be anonymous/project_connection/managed_identity.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.