Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerExecResponseInner
-
Packages that use ContainerExecResponseInner Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.fluent.models 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 ContainerExecResponseInner Modifier and Type Method Description ContainerExecResponseInnerContainersClient. 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.Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type ContainerExecResponseInner Modifier and Type Method Description Mono<ContainerExecResponseInner>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 ContainerExecResponseInner in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerExecResponseInner Modifier and Type Method Description ContainerExecResponseInnerContainerExecResponseInner. withPassword(String password)Set the password property: The password to start the exec command.ContainerExecResponseInnerContainerExecResponseInner. withWebSocketUri(String webSocketUri)Set the webSocketUri property: The uri for the exec websocket.
-