ILinkedServiceOperations.CreateOrUpdateWithRawJsonContentAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse> CreateOrUpdateWithRawJsonContentAsync (string resourceGroupName, string dataFactoryName, string linkedServiceName, Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse>
Public Function CreateOrUpdateWithRawJsonContentAsync (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