Skip to content
Docs Try Aspire

FoundryDeploymentResource.withProperties

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

Signature

method withProperties builder
Configures properties of a Microsoft Foundry deployment resource.
withProperties(configure: (obj: FoundryDeploymentResource) => void): FoundryDeploymentResource
configure (obj: FoundryDeploymentResource) => void
FoundryDeploymentResource

Defined on

This method is defined on the following type: