Uses of Interface
com.microsoft.azure.management.containerinstance.ContainerExecResponse
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerExecResponse in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionContainerGroup.executeCommand
(String containerName, String command, int row, int column) Starts the exec command for a specific container instance.Modifier 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.