Table of Contents

Class AzureAIProject

Namespace
FoundationaLLM.Common.Models.ResourceProviders.AzureAI
Assembly
FoundationaLLM.Common.dll

Provides an Azure AI project configuration for resources managed by the FoundationaLLM.AzureAI resource manager.

public class AzureAIProject : ResourceBase
Inheritance
AzureAIProject
Inherited Members
Extension Methods

Constructors

AzureAIProject()

Set default property values.

public AzureAIProject()

Properties

ProjectConnectionString

The Azure AI project connection string for resources managed by the FoundationaLLM.AzureAI resource manager.

[JsonPropertyName("project_connection_string")]
public required string ProjectConnectionString { get; set; }

Property Value

string