Skip to content
Docs Try Aspire
Docs Try

withProperties

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

Signature

method withProperties builder
Allows setting the properties of a Kubernetes environment resource.
withProperties(configure: (obj: KubernetesEnvironmentResource) => Promise<void>): KubernetesEnvironmentResource
configure (obj: KubernetesEnvironmentResource) => Promise<void>
KubernetesEnvironmentResource

Applies to

This method applies to the following types: