Skip to content
DocsTry Aspire
DocsTry

FoundryResource

Handle
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
interface FoundryResource
extends IAzureResource,
IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithEndpoints,
IResourceWithParameters,
IValueProvider,
IValueWithReferences,
IAzureNspAssociationTarget,
IAzurePrivateEndpointTarget {
addDeployment(
name: string,
model: FoundryModel|string,
modelVersion?: string,
format?: string): FoundryDeploymentResource;
addProject(name: string): AzureCognitiveServicesProjectResource;
runAsFoundryLocal(): FoundryResource;
}

Methods

methodaddDeploymentbuilder
Adds a Microsoft Foundry deployment resource to a Microsoft Foundry resource.
addDeployment(
name: string,
model: FoundryModel|string,
modelVersion?: string,
format?: string): FoundryDeploymentResource
namestring
modelFoundryModel|string
modelVersionstringoptional
formatstringoptional
FoundryDeploymentResource
methodaddProjectbuilder
Adds a Microsoft Foundry project resource to the application model. This will also attach the project as a deployment target for agents.
addProject(name: string): AzureCognitiveServicesProjectResource
namestring
AzureCognitiveServicesProjectResource
methodrunAsFoundryLocalbuilder
Adds a Foundry Local resource to the distributed application builder.
runAsFoundryLocal(): FoundryResource
FoundryResource