Class ContainerExec
java.lang.Object
com.microsoft.azure.management.containerinstance.ContainerExec
The container execution command, for liveness or readiness probe.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncommand()
Get the commands to execute within the container.withCommand
(List<String> command) Set the commands to execute within the container.
-
Constructor Details
-
ContainerExec
public ContainerExec()
-
-
Method Details
-
command
Get the commands to execute within the container.- Returns:
- the command value
-
withCommand
Set the commands to execute within the container.- Parameters:
command
- the command value to set- Returns:
- the ContainerExec object itself.
-