IDatasetsOperations 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.
DatasetsOperations operations.
public interface IDatasetsOperations
type IDatasetsOperations = interface
Public Interface IDatasetsOperations
Methods
Extension Methods
CreateOrUpdate(IDatasetsOperations, String, String, String, DatasetResource, String) |
Creates or updates a dataset. |
CreateOrUpdateAsync(IDatasetsOperations, String, String, String, DatasetResource, String, CancellationToken) |
Creates or updates a dataset. |
Delete(IDatasetsOperations, String, String, String) |
Deletes a dataset. |
DeleteAsync(IDatasetsOperations, String, String, String, CancellationToken) |
Deletes a dataset. |
Get(IDatasetsOperations, String, String, String, String) |
Gets a dataset. |
GetAsync(IDatasetsOperations, String, String, String, String, CancellationToken) |
Gets a dataset. |
ListByFactory(IDatasetsOperations, String, String) |
Lists datasets. |
ListByFactoryAsync(IDatasetsOperations, String, String, CancellationToken) |
Lists datasets. |
ListByFactoryNext(IDatasetsOperations, String) |
Lists datasets. |
ListByFactoryNextAsync(IDatasetsOperations, String, CancellationToken) |
Lists datasets. |
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