Skip to content
Docs Try Aspire
Docs Try

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

Applies to

This method applies to the following types: