Skip to content
Docs Try Aspire
Docs Try

withProperties

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

Signature

method withProperties builder
Configures properties of a Kubernetes environment
withProperties(configure: (obj: KubernetesEnvironmentResource) => Promise<void>): KubernetesEnvironmentResource
configure (obj: KubernetesEnvironmentResource) => Promise<void>
KubernetesEnvironmentResource

Applies to

This method applies to the following types: