Skip to content
Docs Try Aspire

withProperties

Function
📦 Aspire.Hosting.Kubernetes v13.2.0-preview.1.26159.1
interface KubernetesEnvironmentResource {
// ... omitted for brevity
withProperties(configure: callback): KubernetesEnvironmentResource;
}

Signature

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

Applies to

This function is an extension method on the following types: