ContainerOperationsExtensions 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET