Skip to content
Docs Try Aspire

withPassword

Function
📦 Aspire.Hosting.SqlServer v13.2.0-preview.1.26159.1
interface SqlServerServerResource {
// ... omitted for brevity
withPassword(password: ParameterResource): SqlServerServerResource;
}

Signature

method withPassword builder
Configures the password for the SQL Server resource
withPassword(password: ParameterResource): SqlServerServerResource
password ParameterResource
SqlServerServerResource

Applies to

This function is an extension method on the following types: