Uses of Interface
com.microsoft.azure.management.containerinstance.ContainerExecResponse
Packages that use ContainerExecResponse
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerExecResponse in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return ContainerExecResponseModifier and TypeMethodDescriptionContainerGroup.executeCommand
(String containerName, String command, int row, int column) Starts the exec command for a specific container instance.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type ContainerExecResponseModifier and TypeMethodDescriptionrx.Observable<ContainerExecResponse>
ContainerGroup.executeCommandAsync
(String containerName, String command, int row, int column) Starts the exec command for a specific container instance within the container group.