5 references to PrimaryEndpoint
Aspire.Hosting.Milvus (5)
MilvusBuilderExtensions.cs (2)
218
context.EnvironmentVariables["MILVUS_URL"] = $"{resource.
PrimaryEndpoint
.Scheme}://{resource.Name}:{resource.
PrimaryEndpoint
.TargetPort}";
MilvusServerResource.cs (3)
41
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
46
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
69
public ReferenceExpression UriExpression => ReferenceExpression.Create($"{
PrimaryEndpoint
.Property(EndpointProperty.Url)}");