ILinkedServiceOperations Interface

Definition

Operations for managing data factory linkedServices.

public interface ILinkedServiceOperations : Microsoft.Azure.Management.DataFactories.Conversion.ITypeRegistrationOperations<Microsoft.Azure.Management.DataFactories.Models.LinkedService>
Implements

Methods

BeginCreateOrUpdateAsync(String, String, LinkedServiceCreateOrUpdateParameters, CancellationToken)

Create or update a data factory linkedService.

BeginCreateOrUpdateWithRawJsonContentAsync(String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters, CancellationToken)

Create or update a data factory linkedService with raw JSON content.

BeginDeleteAsync(String, String, String, CancellationToken)

Delete a data factory linkedService instance.

CreateOrUpdateAsync(String, String, LinkedServiceCreateOrUpdateParameters, CancellationToken)

Create or update a data factory linkedService.

CreateOrUpdateWithRawJsonContentAsync(String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters, CancellationToken)

Create or update a data factory linkedService with raw JSON content.

DeleteAsync(String, String, String, CancellationToken)

Delete a data factory linkedService instance.

GetAsync(String, String, String, CancellationToken)

Gets a data factory linkedService instance.

GetCreateOrUpdateStatusAsync(String, CancellationToken)

Gets the status of a linked service create or update operation.

ListAsync(String, String, CancellationToken)

Gets the first page of linked service instances with the link to the next page.

ListNextAsync(String, CancellationToken)

Gets the next page of linked service instances with the link to the next page.

Extension Methods

BeginCreateOrUpdate(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)
BeginCreateOrUpdateAsync(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)
BeginCreateOrUpdateWithRawJsonContent(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)
BeginCreateOrUpdateWithRawJsonContentAsync(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)
BeginDelete(ILinkedServiceOperations, String, String, String)
BeginDeleteAsync(ILinkedServiceOperations, String, String, String)
CreateOrUpdate(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)
CreateOrUpdateAsync(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)
CreateOrUpdateWithRawJsonContent(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)
CreateOrUpdateWithRawJsonContentAsync(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)
Delete(ILinkedServiceOperations, String, String, String)
DeleteAsync(ILinkedServiceOperations, String, String, String)
Get(ILinkedServiceOperations, String, String, String)
GetAsync(ILinkedServiceOperations, String, String, String)
GetCreateOrUpdateStatus(ILinkedServiceOperations, String)
GetCreateOrUpdateStatusAsync(ILinkedServiceOperations, String)
List(ILinkedServiceOperations, String, String)
ListAsync(ILinkedServiceOperations, String, String)
ListNext(ILinkedServiceOperations, String)
ListNextAsync(ILinkedServiceOperations, String)