MarsContainerOperationsExtensions 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.
In this article
public static class MarsContainerOperationsExtensions
type MarsContainerOperationsExtensions = class
Public Module MarsContainerOperationsExtensions
Inheritance
System.Object
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