Class AzureOpenAIAccount
- Namespace
 - FoundationaLLM.Common.Models.Azure
 
- Assembly
 - FoundationaLLM.Common.dll
 
Provides information about an Azure OpenAI account.
public class AzureOpenAIAccount
  - Inheritance
 - 
      
      AzureOpenAIAccount
 
- Inherited Members
 
- Extension Methods
 
Properties
Deployments
The list of AzureOpenAIAccountDeployment objects providing information about the deployments in the account.
public List<AzureOpenAIAccountDeployment> Deployments { get; set; }
  Property Value
Endpoint
The endpoint of the Azure OpenAI account.
public required string Endpoint { get; set; }
  Property Value
Name
The name of the Azure OpenAI account.
public required string Name { get; set; }