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 GarnetResource extends IComputeResource, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; entrypoint: string; readonly host: EndpointReferenceExpression; readonly name: string; readonly passwordParameter: ParameterResource; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; shellExecution: boolean; readonly uriExpression: ReferenceExpression; withDataBindMount( source: string, isReadOnly?: boolean): GarnetResource; withDataVolume( name?: string, isReadOnly?: boolean): GarnetResource; withPersistence(interval?: timespan): GarnetResource;}connectionStringExpression ReferenceExpression get entrypoint string get · set host EndpointReferenceExpression get name string get passwordParameter ParameterResource get port EndpointReferenceExpression get primaryEndpoint EndpointReference get shellExecution boolean get · set uriExpression ReferenceExpression get withDataBindMount( source: string, isReadOnly?: boolean): GarnetResourcesource string isReadOnly boolean optional = False GarnetResource withDataVolume( name?: string, isReadOnly?: boolean): GarnetResourcename string optional isReadOnly boolean optional = False GarnetResource withPersistence(interval?: timespan): GarnetResourceinterval timespan optional GarnetResource