Class AzureContainerAppsServiceSettings
- Namespace
- FoundationaLLM.Context.Models.Configuration
- Assembly
- FoundationaLLM.Context.dll
Provides settings for an Azure Container Apps Dynamic Sessions service.
public class AzureContainerAppsServiceSettings
- Inheritance
-
AzureContainerAppsServiceSettings
- Derived
- Inherited Members
- Extension Methods
Properties
Endpoints
Get or sets the list of Azure Container Apps Dynamic Sessions endpoints grouped by programming language.
public Dictionary<string, List<string>> Endpoints { get; set; }