property
primaryEndpoint EndpointReference get Gets the primary HTTP endpoint of the Aspire Dashboard UI.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface KubernetesAspireDashboardResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { readonly otlpGrpcEndpoint: EndpointReference; readonly primaryEndpoint: EndpointReference; withForwardedHeaders(enabled?: boolean): KubernetesAspireDashboardResource; withOtlpServicePort( grpcPort?: number, httpPort?: number): KubernetesAspireDashboardResource; withServicePort(port?: number): KubernetesAspireDashboardResource;}otlpGrpcEndpoint EndpointReference get primaryEndpoint EndpointReference get withForwardedHeaders(enabled?: boolean): KubernetesAspireDashboardResourceParameters
enabled boolean optional = True Returns
KubernetesAspireDashboardResource withOtlpServicePort( grpcPort?: number, httpPort?: number): KubernetesAspireDashboardResourceParameters
grpcPort number optional httpPort number optional Returns
KubernetesAspireDashboardResource withServicePort(port?: number): KubernetesAspireDashboardResourceParameters
port number optional Returns
KubernetesAspireDashboardResource