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 QdrantServerResource extends IComputeResource, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, QdrantServerResource]], IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly apiKeyParameter: ParameterResource; readonly connectionStringExpression: ReferenceExpression; entrypoint: string; readonly grpcHost: EndpointReferenceExpression; readonly grpcPort: EndpointReferenceExpression; readonly httpConnectionStringExpression: ReferenceExpression; readonly httpEndpoint: EndpointReference; readonly httpHost: EndpointReferenceExpression; readonly httpPort: EndpointReferenceExpression; readonly httpUriExpression: ReferenceExpression; readonly name: string; readonly primaryEndpoint: EndpointReference; shellExecution: boolean; readonly uriExpression: ReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResource; withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResource;}apiKeyParameter ParameterResource get connectionStringExpression ReferenceExpression get entrypoint string get · set grpcHost EndpointReferenceExpression get grpcPort EndpointReferenceExpression get httpConnectionStringExpression ReferenceExpression get httpEndpoint EndpointReference get httpHost EndpointReferenceExpression get httpPort EndpointReferenceExpression get httpUriExpression ReferenceExpression get name string get primaryEndpoint EndpointReference get shellExecution boolean get · set uriExpression ReferenceExpression get withDataBindMount( source: string, isReadOnly?: boolean): QdrantServerResourcesource string isReadOnly boolean optional = False QdrantServerResource withDataVolume( name?: string, isReadOnly?: boolean): QdrantServerResourcename string optional isReadOnly boolean optional = False QdrantServerResource