IContainersOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ContainersOperations operations.
public interface IContainersOperations
type IContainersOperations = interface
Public Interface IContainersOperations
Methods
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. |
Extension Methods
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>) |
Get the logs for a specified container instance. |
ListLogsAsync(IContainersOperations, String, String, String, Nullable<Int32>, CancellationToken) |
Get the logs for a specified container instance. |