Class EurekaServiceDiscovery
java.lang.Object
com.azure.runtime.host.resources.Resource<EurekaServiceDiscovery>
com.azure.runtime.host.resources.DockerFile<EurekaServiceDiscovery>
com.azure.runtime.host.extensions.microservice.common.resources.EurekaServiceDiscovery
- All Implemented Interfaces:
- ResourceTrait<EurekaServiceDiscovery>,- ResourceWithEndpoints<EurekaServiceDiscovery>,- ResourceWithEnvironment<EurekaServiceDiscovery>,- ResourceWithLifecycle,- ResourceWithReference<EurekaServiceDiscovery>,- ResourceWithTemplate<EurekaServiceDiscovery>,- SelfAware<EurekaServiceDiscovery>
public final class EurekaServiceDiscovery
extends DockerFile<EurekaServiceDiscovery>
implements ResourceWithTemplate<EurekaServiceDiscovery>, ResourceWithEndpoints<EurekaServiceDiscovery>, ResourceWithReference<EurekaServiceDiscovery>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.azure.runtime.host.resources.DockerFilewithBuildArg, withContext, withPathMethods inherited from class com.azure.runtime.host.resources.ResourcecopyInto, getAnnotations, getName, getType, withAnnotationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEndpointsgetEndpoint, getEndpoints, withExternalHttpEndpoints, withHttpEndpoint, withHttpEndpoint, withHttpsEndpoint, withHttpsEndpointMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithEnvironmentwithEnvironment, withEnvironment, withEnvironment, withReference, withReference, withReferenceMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycleonResourceAdded, onResourcePrecommit, onResourceRemovedMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithReferencewithReference
- 
Constructor Details- 
EurekaServiceDiscovery
 
- 
- 
Method Details- 
withPort
- 
processTemplateDescription copied from interface:ResourceWithTemplateProcesses the template associated with this resource.- Specified by:
- processTemplatein interface- ResourceWithTemplate<EurekaServiceDiscovery>
- Returns:
- A list of template file outputs.
 
- 
selfDescription copied from interface:SelfAwareReturns a reference to the object that implements this interface.- Specified by:
- selfin interface- ResourceWithEndpoints<EurekaServiceDiscovery>
- Specified by:
- selfin interface- SelfAware<EurekaServiceDiscovery>
- Overrides:
- selfin class- DockerFile<EurekaServiceDiscovery>
- Returns:
- A reference to the object that implements this interface.
 
 
-