Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerExecResponse
-
Packages that use ContainerExecResponse Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerExecResponse in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerExecResponse Modifier and Type Method Description ContainerExecResponseContainerGroup. executeCommand(String containerName, String command, int row, int column)Starts the exec command for a specific container instance.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type ContainerExecResponse Modifier and Type Method Description Mono<ContainerExecResponse>ContainerGroup. executeCommandAsync(String containerName, String command, int row, int column)Starts the exec command for a specific container instance within the container group.
-