Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerExecResponseInner
Packages that use ContainerExecResponseInner
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of ContainerExecResponseInner in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return ContainerExecResponseInnerModifier and TypeMethodDescriptionContainersClient.executeCommand(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest) Executes a command in a specific container instance.Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type ContainerExecResponseInnerModifier and TypeMethodDescriptionContainersClient.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 ContainerExecResponseInner in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerExecResponseInnerModifier and TypeMethodDescriptionstatic ContainerExecResponseInnerContainerExecResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerExecResponseInner from the JsonReader.ContainerExecResponseInner.withPassword(String password) Set the password property: The password to start the exec command.ContainerExecResponseInner.withWebSocketUri(String webSocketUri) Set the webSocketUri property: The uri for the exec websocket.