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