Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExecRequestTerminalSize
Packages that use ContainerExecRequestTerminalSize
Package
Description
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 ContainerExecRequestTerminalSizeModifier and TypeMethodDescriptionContainerExecRequestTerminalSize.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerExecRequestTerminalSize from the JsonReader.ContainerExecRequest.terminalSize()Get the terminalSize property: The size of the terminal.Set the cols property: The column size of the terminal.Set the rows property: The row size of the terminal.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerExecRequestTerminalSizeModifier and TypeMethodDescriptionContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize) Set the terminalSize property: The size of the terminal.