Uses of Class
com.azure.runtime.host.resources.Container
Packages that use Container
Package
Description
Java Runtime for Azure core APIs for specifying and creating Azure resources.
This package contains the base set of resources that users may add and configure within their
DistributedApplication
configuration.-
Uses of Container in com.azure.runtime.host
Methods in com.azure.runtime.host with type parameters of type ContainerModifier and TypeMethodDescription<T extends Container<?>>
TDistributedApplication.addContainer
(T container) Adds a new container resource to the distributed application.Methods in com.azure.runtime.host that return ContainerModifier and TypeMethodDescriptionContainer
<?> DistributedApplication.addContainer
(String name, String image) Adds a new container resource to the distributed application using the specified parameters. -
Uses of Container in com.azure.runtime.host.extensions.micronaut.resources
Subclasses of Container in com.azure.runtime.host.extensions.micronaut.resources -
Uses of Container in com.azure.runtime.host.extensions.microservice.common.resources
Subclasses of Container in com.azure.runtime.host.extensions.microservice.common.resources -
Uses of Container in com.azure.runtime.host.extensions.quarkus.resources
Subclasses of Container in com.azure.runtime.host.extensions.quarkus.resources -
Uses of Container in com.azure.runtime.host.extensions.spring.resources
Subclasses of Container in com.azure.runtime.host.extensions.spring.resources -
Uses of Container in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources with type parameters of type Container