Skip to content
Docs Try Aspire
Docs Try

withProperties

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

Signature

method withProperties builder
Configures 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: