property
primaryEndpointEndpointReferencegetGets the primary endpoint for the KurrentDB server.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface KurrentDBResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withDataBindMount(source: string): KurrentDBResource; withDataVolume(name?: string): KurrentDBResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithDataBindMount(source: string): KurrentDBResourceParameters
sourcestringReturns
KurrentDBResourcewithDataVolume(name?: string): KurrentDBResourceParameters
namestringoptionalReturns
KurrentDBResource