Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerExecResponseInner
Packages that use ContainerExecResponseInner
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
null.
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerinstance.fluent.models that implement interfaces with type arguments of type ContainerExecResponseInnerModifier and TypeClassDescriptionfinal classThe information for the container exec command.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. -
Uses of ContainerExecResponseInner in com.azure.resourcemanager.containerinstance.models
Subinterfaces with type arguments of type ContainerExecResponseInner in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptioninterfaceResponse containing the container exec command.