Skip to content
Docs Try Aspire

AzureAIFoundryResource Constructors

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