Skip to content
Docs Try Aspire
Docs Try

FoundryDeploymentResource.withProperties

Method
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
interface FoundryDeploymentResource {
// ... omitted for brevity
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource;
}

Signature

method withProperties builder
Allows setting the properties of a Microsoft Foundry Deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => Promise<void>): FoundryDeploymentResource
configure (obj: FoundryDeploymentResource) => Promise<void>
FoundryDeploymentResource

Defined on

This method is defined on the following type: