次の方法で共有


LinkedServicesOperationsExtensions.CreateOrUpdate メソッド

定義

リンクされたサービスを作成または更新します。

public static Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource CreateOrUpdate (this Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations operations, string resourceGroupName, string factoryName, string linkedServiceName, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource linkedService, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations * string * string * string * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource * string -> Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource
<Extension()>
Public Function CreateOrUpdate (operations As ILinkedServicesOperations, resourceGroupName As String, factoryName As String, linkedServiceName As String, linkedService As LinkedServiceResource, Optional ifMatch As String = Nothing) As LinkedServiceResource

パラメーター

operations
ILinkedServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

factoryName
String

ファクトリ名。

linkedServiceName
String

リンクされたサービスの名前。

linkedService
LinkedServiceResource

リンクされたサービス リソース定義。

ifMatch
String

linkedService エンティティの ETag。 更新に対してのみ指定する必要があります。この更新は既存のエンティティと一致する必要があります。また、無条件更新の場合は * にすることができます。

戻り値

適用対象