IResourceBuilder<MySqlServerResource>A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
This version of the package defaults to the tag of the container image. The MySql server resource builder. Configuration callback for Adminer container resource. The name of the container (Optional). Use in application host with a MySql resource
var builder =DistributedApplication.CreateBuilder(args);
IResourceBuilder<MySqlServerResource>A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
This version of the package defaults to the tag of the container image. The MySql server resource builder. Configuration callback for DbGate container resource. The name of the container (Optional). Use in application host with a MySql resource
var builder =DistributedApplication.CreateBuilder(args);
builderIResourceBuilder<MySqlServerResource>The MySql server resource builder.
configureContainerAction<IResourceBuilder<DbxContainerResource>>optionalConfiguration callback for dbx container resource.
containerNamestring?optionalThe name of the container (Optional).
Returns
IResourceBuilder<MySqlServerResource>A reference to the ApplicationModel.IResourceBuilder`1.
Remarks
This version of the package defaults to the tag of the container image. This overload is not available in polyglot AppHosts. Use MySqlBuilderExtensions.WithDbx instead.
Examples
Use in application host with a MySql resource
var builder =DistributedApplication.CreateBuilder(args);