Skip to content
DocsTry Aspire
DocsTry

OpenWebUIResource Properties

ClassProperties6 members
A resource that represents an Open WebUI resource
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Open WebUI endpoint.
public ReferenceExpression ConnectionStringExpression { get; }
HostSection titled HostEndpointReferenceExpression
Gets the host endpoint reference for this resource.
public EndpointReferenceExpression Host { get; }
Gets the list of Ollama resources that are associated with this Open WebUI resource.
public IReadOnlyList<IOllamaResource> OllamaResources { get; }
PortSection titled PortEndpointReferenceExpression
Gets the port endpoint reference for this resource.
public EndpointReferenceExpression Port { get; }
PrimaryEndpointSection titled PrimaryEndpointEndpointReference
Gets the http endpoint for the Open WebUI resource.
public EndpointReference PrimaryEndpoint { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Open WebUI endpoint.
public ReferenceExpression UriExpression { get; }
Format: http://{host}:{port}. The scheme reflects the endpoint configuration and may be https when TLS is enabled.