次の方法で共有


FactoriesOperationsExtensions.ConfigureFactoryRepoAsync メソッド

定義

ファクトリのリポジトリ情報を更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory> ConfigureFactoryRepoAsync (this Microsoft.Azure.Management.DataFactory.IFactoriesOperations operations, string locationId, Microsoft.Azure.Management.DataFactory.Models.FactoryRepoUpdate factoryRepoUpdate, System.Threading.CancellationToken cancellationToken = default);
static member ConfigureFactoryRepoAsync : Microsoft.Azure.Management.DataFactory.IFactoriesOperations * string * Microsoft.Azure.Management.DataFactory.Models.FactoryRepoUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.Factory>
<Extension()>
Public Function ConfigureFactoryRepoAsync (operations As IFactoriesOperations, locationId As String, factoryRepoUpdate As FactoryRepoUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Factory)

パラメーター

operations
IFactoriesOperations

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

locationId
String

場所識別子。

factoryRepoUpdate
FactoryRepoUpdate

ファクトリ リポジトリ要求定義を更新します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象