2 references to PrimaryEndpointName
Aspire.Hosting.MySql (2)
MySqlBuilderExtensions.cs (1)
54
.WithEndpoint(port: port, targetPort: 3306, name: MySqlServerResource.
PrimaryEndpointName
) // Internal port is always 3306.
MySqlServerResource.cs (1)
22
PrimaryEndpoint = new(this,
PrimaryEndpointName
);