property
primaryEndpointEndpointReferencegetGets 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;}otlpGrpcEndpointEndpointReferencegetprimaryEndpointEndpointReferencegetwithForwardedHeaders(enabled?: boolean): KubernetesAspireDashboardResourceParameters
enabledbooleanoptional= TrueReturns
KubernetesAspireDashboardResourcewithOtlpServicePort( grpcPort?: number, httpPort?: number): KubernetesAspireDashboardResourceParameters
grpcPortnumberoptionalhttpPortnumberoptionalReturns
KubernetesAspireDashboardResourcewithServicePort(port?: number): KubernetesAspireDashboardResourceParameters
portnumberoptionalReturns
KubernetesAspireDashboardResource