Skip to content
DocsTry Aspire
DocsTry

RadiusEnvironmentResource

Handle
📦 Aspire.Hosting.Radius v13.5.3-preview.1.26425.3
interface RadiusEnvironmentResource
extends IComputeEnvironmentResource,
IResource {
namespace: string;
withNamespace(kubernetesNamespace: string): RadiusEnvironmentResource;
}

Properties

propertynamespacestringget · set
Gets or sets the Kubernetes namespace for resource deployment.

Methods

methodwithNamespacebuilder
Sets the Kubernetes namespace for the Radius environment.
withNamespace(kubernetesNamespace: string): RadiusEnvironmentResource
kubernetesNamespacestring
RadiusEnvironmentResource