withDbGate
Method
interface MySqlServerResource { // ... omitted for brevity withDbGate( configureContainer?: callback, containerName?: string): MySqlServerResource;}Signature
method
withDbGate builder Adds an administration and development platform for MySql to the application model using DbGate.
withDbGate(configureContainer?: (obj: DbGateContainerResource) => Promise<void>, containerName?: string): MySqlServerResourceParameters
configureContainer (obj: DbGateContainerResource) => Promise<void> optional containerName string optional Returns
MySqlServerResource Applies to
This method applies to the following types: