Skip to content
Docs Try Aspire

FoundryDeploymentResource

Handle
📦 Aspire.Hosting.Foundry v13.2.0-preview.1.26170.3
interface FoundryDeploymentResource
extends IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
FoundryResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
deploymentName: string;
format: string;
modelName: string;
modelVersion: string;
readonly name: string;
skuCapacity: number;
skuName: string;
withProperties(configure: (obj: FoundryDeploymentResource) => void): FoundryDeploymentResource;
}

Properties

property connectionStringExpression ReferenceExpression get
Gets the ConnectionStringExpression property
property deploymentName string get · set
Gets the DeploymentName property
property format string get · set
Gets the Format property
property modelName string get · set
Gets the ModelName property
property modelVersion string get · set
Gets the ModelVersion property
property name string get
Gets the Name property
property skuCapacity number get · set
Gets the SkuCapacity property
property skuName string get · set
Gets the SkuName property

Methods

method withProperties builder
Configures properties of a Microsoft Foundry deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => void): FoundryDeploymentResource
configure (obj: FoundryDeploymentResource) => void
FoundryDeploymentResource