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 of a specific container instance.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 of a specific container instance.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 of a specific container instance.Mono<com.azure.core.http.rest.Response<ContainerAttachResponseInner>> ContainersClient.attachWithResponseAsync(String resourceGroupName, String containerGroupName, String containerName) Attach to the output of a specific container instance. -
Uses of ContainerAttachResponseInner in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerAttachResponseInnerModifier and TypeMethodDescriptionstatic ContainerAttachResponseInnerContainerAttachResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerAttachResponseInner from the JsonReader.ContainerAttachResponseInner.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.