3 references to PrimaryEndpointName
Aspire.Hosting.SqlServer (3)
SqlServerBuilderExtensions.cs (2)
83
.WithEndpoint(port: port, targetPort: 1433, name: SqlServerServerResource.
PrimaryEndpointName
)
227
return builder.WithEndpoint(SqlServerServerResource.
PrimaryEndpointName
, endpoint =>
SqlServerServerResource.cs (1)
22
PrimaryEndpoint = new(this,
PrimaryEndpointName
);