ContainersOperationsExtensions Class
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.
Extension methods for ContainersOperations.
public static class ContainersOperationsExtensions
type ContainersOperationsExtensions = class
Public Module ContainersOperationsExtensions
- Inheritance
-
ContainersOperationsExtensions
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>, CancellationToken) |
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. |
Applies to
Azure SDK for .NET