Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExec
-
Packages that use ContainerExec Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerExec in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerExec Modifier and Type Method Description ContainerExecContainerProbe. exec()Get the exec property: The execution command to probe.ContainerExecContainerExec. withCommand(List<String> command)Set the command property: The commands to execute within the container.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerExec Modifier and Type Method Description ContainerProbeContainerProbe. withExec(ContainerExec exec)Set the exec property: The execution command to probe.
-