Skip to content
DocsTry Aspire
DocsTry

withProperties

Method
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
interface FoundryDeploymentResource {
// ... omitted for brevity
withProperties(configure: callback): FoundryDeploymentResource;
}

Signature

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

Applies to

This method applies to the following types: