Skip to content
Docs Try Aspire

withProperties

Function
📦 Aspire.Hosting.Foundry v13.2.0-preview.1.26170.3
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) => void): FoundryDeploymentResource
configure (obj: FoundryDeploymentResource) => void
FoundryDeploymentResource

Applies to

This function is an extension method on the following types: