property
primaryEndpointEndpointReferencegetGets the primary endpoint for the Garnet server.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface GarnetResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): GarnetResource; withDataVolume( name?: string, isReadOnly?: boolean): GarnetResource; withPersistence(interval?: timespan): GarnetResource;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetpasswordParameterParameterResourcegetportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithDataBindMount( source: string, isReadOnly?: boolean): GarnetResourceParameters
sourcestringisReadOnlybooleanoptional= FalseReturns
GarnetResourcewithDataVolume( name?: string, isReadOnly?: boolean): GarnetResourceParameters
namestringoptionalisReadOnlybooleanoptional= FalseReturns
GarnetResourcewithPersistence(interval?: timespan): GarnetResourceParameters
intervaltimespanoptionalReturns
GarnetResource