LinkedServiceOperationsExtensions Class

Definition

Operations for managing data factory linkedServices.

public static class LinkedServiceOperationsExtensions
Inheritance
LinkedServiceOperationsExtensions

Methods

BeginCreateOrUpdate(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)

Create or update a data factory linkedService.

BeginCreateOrUpdateAsync(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)

Create or update a data factory linkedService.

BeginCreateOrUpdateWithRawJsonContent(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)

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

BeginCreateOrUpdateWithRawJsonContentAsync(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)

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

BeginDelete(ILinkedServiceOperations, String, String, String)

Delete a data factory linkedService instance.

BeginDeleteAsync(ILinkedServiceOperations, String, String, String)

Delete a data factory linkedService instance.

CreateOrUpdate(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)

Create or update a data factory linkedService.

CreateOrUpdateAsync(ILinkedServiceOperations, String, String, LinkedServiceCreateOrUpdateParameters)

Create or update a data factory linkedService.

CreateOrUpdateWithRawJsonContent(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)

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

CreateOrUpdateWithRawJsonContentAsync(ILinkedServiceOperations, String, String, String, LinkedServiceCreateOrUpdateWithRawJsonContentParameters)

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

Delete(ILinkedServiceOperations, String, String, String)

Delete a data factory linkedService instance.

DeleteAsync(ILinkedServiceOperations, String, String, String)

Delete a data factory linkedService instance.

Get(ILinkedServiceOperations, String, String, String)

Gets a data factory linkedService instance.

GetAsync(ILinkedServiceOperations, String, String, String)

Gets a data factory linkedService instance.

GetCreateOrUpdateStatus(ILinkedServiceOperations, String)
GetCreateOrUpdateStatusAsync(ILinkedServiceOperations, String)
List(ILinkedServiceOperations, String, String)

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

ListAsync(ILinkedServiceOperations, String, String)

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

ListNext(ILinkedServiceOperations, String)

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

ListNextAsync(ILinkedServiceOperations, String)

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

Extension Methods

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