5 references to WithRelationship
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
353
builder.
WithRelationship
(resource, KnownRelationshipTypes.Reference);
459
builder.
WithRelationship
(resourceWithEndpoints, KnownRelationshipTypes.Reference);
709
builder.
WithRelationship
(dependency.Resource, KnownRelationshipTypes.WaitFor);
755
builder.
WithRelationship
(dependency.Resource, KnownRelationshipTypes.WaitFor);
Aspire.Hosting.PostgreSQL (1)
PostgresBuilderExtensions.cs (1)
209
pgAdminContainerBuilder.
WithRelationship
(builder.Resource, "PgAdmin");