你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFactoryClient.CreateOrUpdateLinkedService Method

Definition

public virtual Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource CreateOrUpdateLinkedService (string resourceGroupName, string dataFactoryName, string linkedServiceName, string rawJsonContent);
abstract member CreateOrUpdateLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource
override this.CreateOrUpdateLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource
Public Overridable Function CreateOrUpdateLinkedService (resourceGroupName As String, dataFactoryName As String, linkedServiceName As String, rawJsonContent As String) As LinkedServiceResource

Parameters

resourceGroupName
String
dataFactoryName
String
linkedServiceName
String
rawJsonContent
String

Returns

Applies to