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

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

取消标记。

返回

适用于