MarsContainerOperationsExtensions Class

Definition

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

Methods

EnableMarsContainerReregistration(IMarsContainerOperations, String, String, String, EnableReregistrationRequest, CustomRequestHeaders)

Enable the container reregistration.

EnableMarsContainerReregistrationAsync(IMarsContainerOperations, String, String, String, EnableReregistrationRequest, CustomRequestHeaders)

Enable the container reregistration.

ListMarsContainersByType(IMarsContainerOperations, String, String, MarsContainerType, CustomRequestHeaders)

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

ListMarsContainersByTypeAndFriendlyName(IMarsContainerOperations, String, String, MarsContainerType, String, CustomRequestHeaders)

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

ListMarsContainersByTypeAndFriendlyNameAsync(IMarsContainerOperations, String, String, MarsContainerType, String, CustomRequestHeaders)

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

ListMarsContainersByTypeAsync(IMarsContainerOperations, String, String, MarsContainerType, CustomRequestHeaders)

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

UnregisterMarsContainer(IMarsContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

UnregisterMarsContainerAsync(IMarsContainerOperations, String, String, String, CustomRequestHeaders)

Unregister the container.

Applies to