Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExec
Packages that use ContainerExec
Package
Description
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 ContainerExecModifier and TypeMethodDescriptionContainerProbe.exec()Get the exec property: The execution command to probe.static ContainerExecContainerExec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerExec from the JsonReader.ContainerExec.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 ContainerExecModifier and TypeMethodDescriptionContainerProbe.withExec(ContainerExec exec) Set the exec property: The execution command to probe.