Skip to content
Docs Try Aspire
Docs Try

MySqlServerResource.withPassword

Method
📦 Aspire.Hosting.MySql v13.4.0
interface MySqlServerResource {
// ... omitted for brevity
withPassword(password: ParameterResource): MySqlServerResource;
}

Signature

method withPassword builder
Configures the password that the MySQL resource uses.
withPassword(password: ParameterResource): MySqlServerResource
password ParameterResource
MySqlServerResource

Defined on

This method is defined on the following type: