ContainerOperationsExtensions Class

Definition

public static class ContainerOperationsExtensions
type ContainerOperationsExtensions = class
Public Module ContainerOperationsExtensions
Inheritance
ContainerOperationsExtensions

Methods

List(IContainerOperations, String, String, ContainerQueryParameters, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

ListAsync(IContainerOperations, String, String, ContainerQueryParameters, CustomRequestHeaders)

Get the list of all container based on the given query filter string.

Refresh(IContainerOperations, String, String, CustomRequestHeaders)

Trigger the Discovery.

RefreshAsync(IContainerOperations, String, String, CustomRequestHeaders)

Trigger the Discovery.

Register(IContainerOperations, String, String, String, CustomRequestHeaders)

Register the container.

RegisterAsync(IContainerOperations, String, String, String, CustomRequestHeaders)

Register the container.

Unregister(IContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

UnregisterAsync(IContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

Applies to