Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerAttachResponseInner
Packages that use ContainerAttachResponseInner
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of ContainerAttachResponseInner in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return ContainerAttachResponseInnerModifier and TypeMethodDescriptionAttach to the output stream of 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 ContainerAttachResponseInnerModifier and TypeMethodDescriptionContainersClient.attachAsync(String resourceGroupName, String containerGroupName, String containerName) Attach to the output stream of a specific container instance in a specified resource group and container group.com.azure.core.http.rest.Response<ContainerAttachResponseInner>ContainersClient.attachWithResponse(String resourceGroupName, String containerGroupName, String containerName, com.azure.core.util.Context context) Attach to the output stream of a specific container instance in a specified resource group and container group.Mono<com.azure.core.http.rest.Response<ContainerAttachResponseInner>>ContainersClient.attachWithResponseAsync(String resourceGroupName, String containerGroupName, String containerName) Attach to the output stream of a specific container instance in a specified resource group and container group. -
Uses of ContainerAttachResponseInner in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerAttachResponseInnerModifier and TypeMethodDescriptionContainerAttachResponseInner.withPassword(String password) Set the password property: The password to the output stream from the attach.ContainerAttachResponseInner.withWebSocketUri(String webSocketUri) Set the webSocketUri property: The uri for the output stream from the attach.