Uses of Interface
com.azure.runtime.host.resources.traits.ResourceWithEndpoints
Package
Description
This package contains the base set of resources that users may add and configure within their
DistributedApplication
configuration.This package contains classes that are used to specify reference between resources.
This package contains various traits that can be applied to resources.
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.azure.eventhubs.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.azure.openai.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.azure.storage.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.micronaut.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.microservice.common.resources
Modifier and TypeClassDescriptionfinal class
class
MicroserviceProject<T extends MicroserviceProject<T>>
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.quarkus.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.extensions.spring.resources
-
Uses of ResourceWithEndpoints in com.azure.runtime.host.resources
Modifier and TypeClassDescriptionclass
Represents a generic container resource.class
DockerFile<T extends DockerFile<T>>
A resource that represents a Dockerfile that will be built into a container during deployment.class
Executable<T extends Executable<T>>
Represents an executable resource. -
Uses of ResourceWithEndpoints in com.azure.runtime.host.resources.references
Modifier and TypeClassDescriptionclass
EndpointReference<T extends ResourceWithEndpoints<?>>
An EndpointReference is a core type used for keeping track of endpoint details in expressions. -
Uses of ResourceWithEndpoints in com.azure.runtime.host.resources.traits
Modifier and TypeInterfaceDescriptioninterface
ResourceWithEndpoints<T extends Resource<T> & ResourceWithEndpoints<T>>