1 write to PrimaryEndpoint
Aspire.Hosting.Oracle (1)
OracleDatabaseServerResource.cs (1)
24PrimaryEndpoint = new(this, PrimaryEndpointName);
3 references to PrimaryEndpoint
Aspire.Hosting.Oracle (3)
OracleDatabaseServerResource.cs (3)
36public EndpointReferenceExpression Host => PrimaryEndpoint.Property(EndpointProperty.Host); 41public EndpointReferenceExpression Port => PrimaryEndpoint.Property(EndpointProperty.Port); 53$"user id={DefaultUserName};password={PasswordParameter};data source={PrimaryEndpoint.Property(EndpointProperty.HostAndPort)}");