Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerAttachResponseInner
-
Packages that use ContainerAttachResponseInner 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 ContainerAttachResponseInner in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return ContainerAttachResponseInner Modifier and Type Method Description ContainerAttachResponseInnerContainersClient. attach(String resourceGroupName, String containerGroupName, String containerName)Attach 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 ContainerAttachResponseInner Modifier and Type Method Description Mono<ContainerAttachResponseInner>ContainersClient. 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 ContainerAttachResponseInner Modifier and Type Method Description ContainerAttachResponseInnerContainerAttachResponseInner. withPassword(String password)Set the password property: The password to the output stream from the attach.ContainerAttachResponseInnerContainerAttachResponseInner. withWebSocketUri(String webSocketUri)Set the webSocketUri property: The uri for the output stream from the attach.
-