Skip to content
Docs Try Aspire

AzureCognitiveServicesProjectConnectionResource Constructors

Class Constructors 1 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)
{
// ...
}
}
name string
configureInfrastructure Action<AzureResourceInfrastructure>