| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExecRequestTerminalSize |
ContainerExecRequest.terminalSize()
Get the terminalSize property: The size of the terminal.
|
ContainerExecRequestTerminalSize |
ContainerExecRequestTerminalSize.withCols(Integer cols)
Set the cols property: The column size of the terminal.
|
ContainerExecRequestTerminalSize |
ContainerExecRequestTerminalSize.withRows(Integer rows)
Set the rows property: The row size of the terminal.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExecRequest |
ContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize)
Set the terminalSize property: The size of the terminal.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.