Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExec
Packages that use ContainerExec
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
null.
-
Uses of ContainerExec in com.azure.resourcemanager.containerinstance.models
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type ContainerExecModifier and TypeClassDescriptionfinal classThe container execution command, for liveness or readiness probe.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.