Skip to content
DocsTry Aspire
DocsTry

AzureCognitiveServicesProjectConnectionResource Constructors

ClassConstructors1 member
The Microsoft Foundry project connection resource scoped to a project.
Constructor(string, Action<AzureResourceInfrastructure>, AzureCognitiveServicesProjectResource)Section titled Constructor(string, Action<AzureResourceInfrastructure>, AzureCognitiveServicesProjectResource)
The Microsoft Foundry project connection resource scoped to a project.
public class AzureCognitiveServicesProjectConnectionResource
{
public AzureCognitiveServicesProjectConnectionResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure,
AzureCognitiveServicesProjectResource parent)
{
// ...
}
}
namestring
configureInfrastructureAction<AzureResourceInfrastructure>