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