Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExecRequestTerminalSize
-
Packages that use ContainerExecRequestTerminalSize Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ContainerExecRequestTerminalSize in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerExecRequestTerminalSize Modifier and Type Method Description ContainerExecRequestTerminalSizeContainerExecRequest. terminalSize()Get the terminalSize property: The size of the terminal.ContainerExecRequestTerminalSizeContainerExecRequestTerminalSize. withCols(Integer cols)Set the cols property: The column size of the terminal.ContainerExecRequestTerminalSizeContainerExecRequestTerminalSize. withRows(Integer rows)Set the rows property: The row size of the terminal.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerExecRequestTerminalSize Modifier and Type Method Description ContainerExecRequestContainerExecRequest. withTerminalSize(ContainerExecRequestTerminalSize terminalSize)Set the terminalSize property: The size of the terminal.
-