Uses of Class
com.azure.runtime.host.resources.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
Modifier and TypeMethodDescription<T extends Executable<?>>
TDistributedApplication.addExecutable
(T executable) Adds a new executable resource to the distributed application.Modifier 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
Modifier and TypeClassDescriptionclass
Executable<T extends Executable<T>>
Represents an executable resource.