| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.fluent |
Package containing the service clients for ContainerInstanceManagementClient.
|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExecResponseInner |
ContainersClient.executeCommand(String resourceGroupName,
String containerGroupName,
String containerName,
ContainerExecRequest containerExecRequest)
Executes a command for a specific container instance in a specified resource group and container group.
|
Mono<ContainerExecResponseInner> |
ContainersClient.executeCommandAsync(String resourceGroupName,
String containerGroupName,
String containerName,
ContainerExecRequest containerExecRequest)
Executes a command for a specific container instance in a specified resource group and container group.
|
com.azure.core.http.rest.Response<ContainerExecResponseInner> |
ContainersClient.executeCommandWithResponse(String resourceGroupName,
String containerGroupName,
String containerName,
ContainerExecRequest containerExecRequest,
com.azure.core.util.Context context)
Executes a command for a specific container instance in a specified resource group and container group.
|
Mono<com.azure.core.http.rest.Response<ContainerExecResponseInner>> |
ContainersClient.executeCommandWithResponseAsync(String resourceGroupName,
String containerGroupName,
String containerName,
ContainerExecRequest containerExecRequest)
Executes a command for a specific container instance in a specified resource group and container group.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExecRequest |
ContainerExecRequest.withCommand(String command)
Set the command property: The command to be executed.
|
ContainerExecRequest |
ContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize)
Set the terminalSize property: The size of the terminal.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.