| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.fluent |
Package containing the service clients for ContainerInstanceManagementClient.
|
| com.azure.resourcemanager.containerinstance.fluent.models |
Package containing the inner 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.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExecResponseInner |
ContainerExecResponseInner.withPassword(String password)
Set the password property: The password to start the exec command.
|
ContainerExecResponseInner |
ContainerExecResponseInner.withWebSocketUri(String webSocketUri)
Set the webSocketUri property: The uri for the exec websocket.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.