RadiusEnvironmentResource Properties
ClassProperties2 members
Represents a Radius compute environment in the Aspire app model.
Gets or sets the Kubernetes namespace for resource deployment.
public string Namespace { get; set; } Gets or sets the parent compute environment this Radius environment is hosted by, when the Radius env is itself a child of a higher-level compute environment (e.g. an Azure AKS environment that wraps both Kubernetes and Radius). When set, resources that target the parent environment are also adopted by this Radius environment during the prepare step. Defaults to
null (no parent). public IComputeEnvironmentResource? OwningComputeEnvironment { get; set; }Remarks
Mirrors
KubernetesEnvironmentResource.OwningComputeEnvironment. Today this is always null for vanilla Radius; the property exists so an Azure hosting integration can wrap Radius the same way Azure Kubernetes wraps the K8s integration without needing a breaking change to this type.