3 references to PrimaryEndpoint
Aspire.Hosting.Valkey (3)
ValkeyResource.cs (3)
40
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
45
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
66
builder.Append($"{
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");