CommunityToolkit.Aspire.Hosting.Adminer
📦 CommunityToolkit.Aspire.Hosting.Adminerv13.4.02Functions
1Types
1 types and 0 members
Types
Functions
method
addAdminerbuilderAdds a Adminer container resource to the application.
addAdminer(name: string, port?: number): AdminerContainerResourcemethod
withHostPortbuilderConfigures the host port that the Adminer resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): AdminerContainerResource