Uses of Class
com.microsoft.azure.management.containerinstance.ContainerExec
Packages that use ContainerExec
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerExec in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return ContainerExecModifier and TypeMethodDescriptionContainerProbe.exec()
Get the execution command to probe.ContainerExec.withCommand
(List<String> command) Set the commands to execute within the container.Methods in com.microsoft.azure.management.containerinstance with parameters of type ContainerExecModifier and TypeMethodDescriptionContainerProbe.withExec
(ContainerExec exec) Set the execution command to probe.