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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET