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 for a specific container instance in a specified resource group and container group.ContainersClient.executeCommandAsync(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command for a specific container instance in a specified resource group and container group.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 for a specific container instance in a specified resource group and container group.Mono<com.azure.core.http.rest.Response<ContainerExecResponseInner>>ContainersClient.executeCommandWithResponseAsync(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command for a specific container instance in a specified resource group and container group. -
Uses of ContainerExecRequest in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ContainerExecRequestModifier and TypeMethodDescriptionContainerExecRequest.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.