Uses of Class
com.azure.runtime.host.resources.DockerFile
Packages that use DockerFile
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 DockerFile in com.azure.runtime.hostMethods in com.azure.runtime.host with type parameters of type DockerFileModifier and TypeMethodDescription<T extends DockerFile<?>>
 TDistributedApplication.addDockerFile(T dockerFile) Adds a new DockerFile resource to the distributed application.Methods in com.azure.runtime.host that return DockerFileModifier and TypeMethodDescriptionDockerFile<?> DistributedApplication.addDockerFile(String name, String path, String context) Adds a new DockerFile resource to the distributed application using the specified parameters.
- 
Uses of DockerFile in com.azure.runtime.host.extensions.microservice.common.resources
- 
Uses of DockerFile in com.azure.runtime.host.resourcesClasses in com.azure.runtime.host.resources with type parameters of type DockerFileModifier and TypeClassDescriptionclassDockerFile<T extends DockerFile<T>>A resource that represents a Dockerfile that will be built into a container during deployment.