Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerExecRequest
Packages that use ContainerExecRequest
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerExecRequest in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent with parameters of type ContainerExecRequestModifier and TypeMethodDescriptionContainersClient.executeCommand(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command in a specific container instance.ContainersClient.executeCommandAsync(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command in a specific container instance.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 in a specific container instance.Mono<com.azure.core.http.rest.Response<ContainerExecResponseInner>> ContainersClient.executeCommandWithResponseAsync(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command in a specific container instance. -
Uses of ContainerExecRequest in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerExecRequestModifier and TypeMethodDescriptionstatic ContainerExecRequestContainerExecRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerExecRequest from the JsonReader.ContainerExecRequest.withCommand(String command) Set the command property: The command to be executed.ContainerExecRequest.withTerminalSize(ContainerExecRequestTerminalSize terminalSize) Set the terminalSize property: The size of the terminal.