IComputeEnvironmentResource
Interface net8.0
Represents a compute environment resource.
namespace Aspire.Hosting.ApplicationModel;
public interface IComputeEnvironmentResource : Aspire.Hosting.ApplicationModel.IResource{ // ...}Methods2
Section titled MethodsGetEndpointPropertyExpression(EndpointReferenceExpression)virtualexperimental Gets a
ReferenceExpression representing a deployed endpoint property for the specified EndpointReferenceExpression. GetHostAddressExpression(EndpointReference)virtualexperimental Gets a
ReferenceExpression representing the host address or host name for the specified EndpointReference.