Skip to content
Docs Try Aspire
Docs Try

withProperties

Method
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
interface FoundryDeploymentResource {
// ... omitted for brevity
withProperties(configure: callback): 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

Applies to

This method applies to the following types: