Skip to content
Docs Try Aspire

AzureOpenAIResource Constructors

Class Constructors 1 member
Represents an Azure OpenAI resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Represents an Azure OpenAI resource.
public class AzureOpenAIResource
{
public AzureOpenAIResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The name of the resource.
configureInfrastructure Action<AzureResourceInfrastructure> Configures the underlying Azure resource using Azure.Provisioning.