Uses of Class
com.azure.runtime.host.resources.Executable
Packages that use Executable
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 Executable in com.azure.runtime.host
Methods in com.azure.runtime.host with type parameters of type ExecutableModifier and TypeMethodDescription<T extends Executable<?>>
TDistributedApplication.addExecutable
(T executable) Adds a new executable resource to the distributed application.Methods in com.azure.runtime.host that return ExecutableModifier and TypeMethodDescriptionExecutable
<?> DistributedApplication.addExecutable
(String name, String command, String workingDirectory, String... args) Adds a new executable resource to the distributed application using the specified parameters. -
Uses of Executable in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources with type parameters of type ExecutableModifier and TypeClassDescriptionclass
Executable<T extends Executable<T>>
Represents an executable resource.