Sdílet prostřednictvím


IContainersOperations Interface

Definition

ContainersOperations operations.

public interface IContainersOperations
type IContainersOperations = interface
Public Interface IContainersOperations

Methods

AttachWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Attach to the output of a specific container instance.

ExecuteCommandWithHttpMessagesAsync(String, String, String, ContainerExecRequest, Dictionary<String,List<String>>, CancellationToken)

Executes a command in a specific container instance.

ListLogsWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Get the logs for a specified container instance.

ListLogsWithHttpMessagesAsync(String, String, String, Nullable<Int32>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Get the logs for a specified container instance.

Extension Methods

Attach(IContainersOperations, String, String, String)

Attach to the output of a specific container instance.

AttachAsync(IContainersOperations, String, String, String, CancellationToken)

Attach to the output of a specific container instance.

ExecuteCommand(IContainersOperations, String, String, String, ContainerExecRequest)

Executes a command in a specific container instance.

ExecuteCommandAsync(IContainersOperations, String, String, String, ContainerExecRequest, CancellationToken)

Executes a command in a specific container instance.

ListLogs(IContainersOperations, String, String, String, Nullable<Int32>, Nullable<Boolean>)

Get the logs for a specified container instance.

ListLogsAsync(IContainersOperations, String, String, String, Nullable<Int32>, Nullable<Boolean>, CancellationToken)

Get the logs for a specified container instance.

ListLogsAsync(IContainersOperations, String, String, String, Nullable<Int32>, CancellationToken)

Get the logs for a specified container instance.

Applies to