DatasetOperationsExtensions Class

Definition

public static class DatasetOperationsExtensions
Inheritance
DatasetOperationsExtensions

Methods

BeginCreateOrUpdate(IDatasetOperations, String, String, DatasetCreateOrUpdateParameters)

Create a new Dataset instance or update an existing instance.

BeginCreateOrUpdateAsync(IDatasetOperations, String, String, DatasetCreateOrUpdateParameters)

Create a new Dataset instance or update an existing instance.

BeginCreateOrUpdateWithRawJsonContent(IDatasetOperations, String, String, String, DatasetCreateOrUpdateWithRawJsonContentParameters)

Create a new Dataset instance or update an existing instance with raw JSON content.

BeginCreateOrUpdateWithRawJsonContentAsync(IDatasetOperations, String, String, String, DatasetCreateOrUpdateWithRawJsonContentParameters)

Create a new Dataset instance or update an existing instance with raw JSON content.

BeginDelete(IDatasetOperations, String, String, String)

Delete a Dataset instance.

BeginDeleteAsync(IDatasetOperations, String, String, String)

Delete a Dataset instance.

CreateOrUpdate(IDatasetOperations, String, String, DatasetCreateOrUpdateParameters)

Create a new Dataset instance or update an existing instance.

CreateOrUpdateAsync(IDatasetOperations, String, String, DatasetCreateOrUpdateParameters)

Create a new Dataset instance or update an existing instance.

CreateOrUpdateWithRawJsonContent(IDatasetOperations, String, String, String, DatasetCreateOrUpdateWithRawJsonContentParameters)

Create a new Dataset instance or update an existing instance with raw json content.

CreateOrUpdateWithRawJsonContentAsync(IDatasetOperations, String, String, String, DatasetCreateOrUpdateWithRawJsonContentParameters)

Create a new Dataset instance or update an existing instance with raw json content.

Delete(IDatasetOperations, String, String, String)

Delete a Dataset instance.

DeleteAsync(IDatasetOperations, String, String, String)

Delete a Dataset instance.

Get(IDatasetOperations, String, String, String)

Gets a Dataset instance.

GetAsync(IDatasetOperations, String, String, String)

Gets a Dataset instance.

GetCreateOrUpdateStatus(IDatasetOperations, String)
GetCreateOrUpdateStatusAsync(IDatasetOperations, String)
List(IDatasetOperations, String, String)

Gets all the Dataset instances in a data factory with the link to the next page.

ListAsync(IDatasetOperations, String, String)

Gets all the Dataset instances in a data factory with the link to the next page.

ListNext(IDatasetOperations, String)

Gets the next page of Dataset instances with the link to the next page.

ListNextAsync(IDatasetOperations, String)

Gets the next page of Dataset instances with the link to the next page.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)