Implemented interface member:
method
GetEndpointPropertyExpression
Aspire.Hosting.ApplicationModel.IComputeEnvironmentResource.GetEndpointPropertyExpression(Aspire.Hosting.ApplicationModel.EndpointReferenceExpression)
2 references to GetEndpointPropertyExpression
Aspire.Hosting.Azure.Sandboxes (2)
AzureSandboxContainerDeployment.cs (1)
1303expression = sandboxGroup.GetEndpointPropertyExpression(endpointReferenceExpression);
AzureSandboxGroupResource.cs (1)
296return GetEndpointPropertyExpression(endpointReference.Property(EndpointProperty.Host));