Class MicroserviceProject<T extends MicroserviceProject<T>>

java.lang.Object
com.azure.runtime.host.resources.Resource<T>
com.azure.runtime.host.resources.Container<T>
com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject<T>
All Implemented Interfaces:
IntrospectiveResource, ResourceTrait<T>, ResourceWithArguments<T>, ResourceWithEndpoints<T>, ResourceWithEnvironment<T>, ResourceWithLifecycle, ResourceWithReference<T>, ResourceWithTemplate<T>, SelfAware<T>
Direct Known Subclasses:
MicronautProject, QuarkusProject, SpringProject

public class MicroserviceProject<T extends MicroserviceProject<T>> extends Container<T> implements ResourceWithTemplate<T>, IntrospectiveResource, ResourceWithReference<T>