2 references to PrimaryEndpointName
Aspire.Hosting.Valkey (2)
ValkeyBuilderExtensions.cs (1)
140
.WithEndpoint(port: port, targetPort: 6379, name: ValkeyResource.
PrimaryEndpointName
)
ValkeyResource.cs (1)
34
public EndpointReference PrimaryEndpoint => _primaryEndpoint ??= new(this,
PrimaryEndpointName
);