IHubOperations Interface

Definition

Operations for managing hubs.

public interface IHubOperations

Methods

BeginCreateOrUpdateAsync(String, String, HubCreateOrUpdateParameters, CancellationToken)

Create a new hub instance or update an existing instance.

BeginDeleteAsync(String, String, String, CancellationToken)

Delete a hub instance.

CreateOrUpdateAsync(String, String, HubCreateOrUpdateParameters, CancellationToken)

Create a new hub instance or update an existing instance.

CreateOrUpdateWithRawJsonContentAsync(String, String, String, HubCreateOrUpdateWithRawJsonContentParameters, CancellationToken)

Create a new hub instance or update an existing instance.

DeleteAsync(String, String, String, CancellationToken)

Delete a hub instance.

GetAsync(String, String, String, CancellationToken)

Gets a hub instance.

GetCreateOrUpdateStatusAsync(String, CancellationToken)
ListAsync(String, String, CancellationToken)

Gets the first page of data factory hub instances with the link to the next page.

ListNextAsync(String, CancellationToken)

Gets the next page of data factory hub instances with the link to the next page.

Extension Methods

BeginCreateOrUpdate(IHubOperations, String, String, HubCreateOrUpdateParameters)
BeginCreateOrUpdateAsync(IHubOperations, String, String, HubCreateOrUpdateParameters)
BeginDelete(IHubOperations, String, String, String)
BeginDeleteAsync(IHubOperations, String, String, String)
CreateOrUpdate(IHubOperations, String, String, HubCreateOrUpdateParameters)
CreateOrUpdateAsync(IHubOperations, String, String, HubCreateOrUpdateParameters)
CreateOrUpdateWithRawJsonContent(IHubOperations, String, String, String, HubCreateOrUpdateWithRawJsonContentParameters)
CreateOrUpdateWithRawJsonContentAsync(IHubOperations, String, String, String, HubCreateOrUpdateWithRawJsonContentParameters)
Delete(IHubOperations, String, String, String)
DeleteAsync(IHubOperations, String, String, String)
Get(IHubOperations, String, String, String)
GetAsync(IHubOperations, String, String, String)
GetCreateOrUpdateStatus(IHubOperations, String)
GetCreateOrUpdateStatusAsync(IHubOperations, String)
List(IHubOperations, String, String)
ListAsync(IHubOperations, String, String)
ListNext(IHubOperations, String)
ListNextAsync(IHubOperations, String)