Freigeben über


IContainersOperations Schnittstelle

Definition

ContainerOperationsvorgänge.

public interface IContainersOperations
type IContainersOperations = interface
Public Interface IContainersOperations

Methoden

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

Anfügen an die Ausgabe eines bestimmten Containers instance.

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

Führt einen Befehl in einem bestimmten Container instance aus.

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

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

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

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

Erweiterungsmethoden

Attach(IContainersOperations, String, String, String)

Anfügen an die Ausgabe eines bestimmten Containers instance.

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

Anfügen an die Ausgabe eines bestimmten Containers instance.

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

Führt einen Befehl in einem bestimmten Container instance aus.

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

Führt einen Befehl in einem bestimmten Container instance aus.

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

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

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

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

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

Rufen Sie die Protokolle für einen angegebenen Container instance ab.

Gilt für: