property
primaryEndpoint EndpointReference get Gets the PrimaryEndpoint property
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface OllamaExecutableResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IOllamaResource, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly models: string[]; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression;}connectionStringExpression ReferenceExpression get host EndpointReferenceExpression get models string[] get port EndpointReferenceExpression get primaryEndpoint EndpointReference get uriExpression ReferenceExpression get