Package | Description |
---|---|
com.microsoft.azure.management.containerinstance |
This package contains the classes for ContainerInstanceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerExecResponse |
ContainerGroup.executeCommand(String containerName,
String command,
int row,
int column)
Starts the exec command for a specific container instance.
|
Modifier and Type | Method and Description |
---|---|
rx.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.
|
Copyright © 2019. All rights reserved.