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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET