property
primaryEndpoint EndpointReference get Gets the primary endpoint for the DbGate.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface DbGateContainerResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { readonly primaryEndpoint: EndpointReference; withDataBindMount( source: string, isReadOnly?: boolean): DbGateContainerResource; withDataVolume( name?: string, isReadOnly?: boolean): DbGateContainerResource; withHostPort(port: number): DbGateContainerResource;}primaryEndpoint EndpointReference get withDataBindMount( source: string, isReadOnly?: boolean): DbGateContainerResourceParameters
source string isReadOnly boolean optional = False Returns
DbGateContainerResource withDataVolume( name?: string, isReadOnly?: boolean): DbGateContainerResourceParameters
name string optional isReadOnly boolean optional = False Returns
DbGateContainerResource withHostPort(port: number): DbGateContainerResourceParameters
port number Returns
DbGateContainerResource