ContainersClient Interface
public interface ContainersClient
An instance of this class provides access to all the operations defined in ContainersClient.
Method Summary
Method Details
attach
public abstract ContainerAttachResponseInner attach(String resourceGroupName, String containerGroupName, String containerName)
Attach to the output of a specific container instance. Attach to the output stream of a specific container instance in a specified resource group and container group.
Parameters:
Returns:
attachAsync
public abstract Mono
Attach to the output of a specific container instance. Attach to the output stream of a specific container instance in a specified resource group and container group.
Parameters:
Returns:
attachWithResponse
public abstract Response
Attach to the output of a specific container instance. Attach to the output stream of a specific container instance in a specified resource group and container group.
Parameters:
Returns:
attachWithResponseAsync
public abstract Mono
Attach to the output of a specific container instance. Attach to the output stream of a specific container instance in a specified resource group and container group.
Parameters:
Returns:
executeCommand
public abstract ContainerExecResponseInner executeCommand(String resourceGroupName, String containerGroupName, String containerName, ContainerExecRequest containerExecRequest)
Executes a command in a specific container instance. Executes a command for a specific container instance in a specified resource group and container group.
Parameters:
Returns:
executeCommandAsync
public abstract Mono
Executes a command in a specific container instance. Executes a command for a specific container instance in a specified resource group and container group.
Parameters:
Returns:
executeCommandWithResponse
public abstract Response
Executes a command in a specific container instance. Executes a command for a specific container instance in a specified resource group and container group.
Parameters:
Returns:
executeCommandWithResponseAsync
public abstract Mono
Executes a command in a specific container instance. Executes a command for a specific container instance in a specified resource group and container group.
Parameters:
Returns:
listLogs
public abstract LogsInner listLogs(String resourceGroupName, String containerGroupName, String containerName)
Get the logs for a specified container instance. Get the logs for a specified container instance in a specified resource group and container group.
Parameters:
Returns:
listLogsAsync
public abstract Mono
Get the logs for a specified container instance. Get the logs for a specified container instance in a specified resource group and container group.
Parameters:
Returns:
listLogsWithResponse
public abstract Response
Get the logs for a specified container instance. Get the logs for a specified container instance in a specified resource group and container group.
Parameters:
Returns:
listLogsWithResponseAsync
public abstract Mono
Get the logs for a specified container instance. Get the logs for a specified container instance in a specified resource group and container group.
Parameters:
Returns:
Applies to
Azure SDK for Java