property
primaryEndpointEndpointReferencegetGets the http endpoint for the Open WebUI resource.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface OpenWebUIResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly ollamaResources: IOllamaResource[]; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withDataVolume( name?: string, isReadOnly?: boolean): OpenWebUIResource; withHostPort(port: number): OpenWebUIResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetollamaResourcesIOllamaResource[]getportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithDataVolume( name?: string, isReadOnly?: boolean): OpenWebUIResourceParameters
namestringoptionalisReadOnlybooleanoptional= FalseReturns
OpenWebUIResourcewithHostPort(port: number): OpenWebUIResourceParameters
portnumberReturns
OpenWebUIResource