ILinkedServiceOperations.BeginCreateOrUpdateWithRawJsonContentAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse> BeginCreateOrUpdateWithRawJsonContentAsync (string resourceGroupName, string dataFactoryName, string linkedServiceName, Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse>
Public Function BeginCreateOrUpdateWithRawJsonContentAsync (resourceGroupName As String, dataFactoryName As String, linkedServiceName As String, parameters As LinkedServiceCreateOrUpdateWithRawJsonContentParameters, cancellationToken As CancellationToken) As Task(Of LinkedServiceCreateOrUpdateResponse)

Parameters

resourceGroupName
String
dataFactoryName
String
linkedServiceName
String
cancellationToken
CancellationToken

Returns

Applies to