IDataContainerOperations Interface
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.
All Operations related to Volume Containers
public interface IDataContainerOperations
type IDataContainerOperations = interface
Public Interface IDataContainerOperations
Methods
BeginCreatingAsync(String, DataContainerRequest, CustomRequestHeaders, CancellationToken) |
The Begin Creating Volume Container operation creates a new volume container. |
BeginDeletingAsync(String, String, CustomRequestHeaders, CancellationToken) |
The Begin Deleting Volume Container operation deletes the specified volume container. |
CreateAsync(String, DataContainerRequest, CustomRequestHeaders, CancellationToken) | |
DeleteAsync(String, String, CustomRequestHeaders, CancellationToken) | |
GetAsync(String, String, CustomRequestHeaders, CancellationToken) | |
ListAsync(String, CustomRequestHeaders, CancellationToken) |
Extension Methods
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