FactoriesOperationsExtensions.ConfigureFactoryRepoAsync Method

Definition

Updates a factory's repo information.

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)

Parameters

operations
IFactoriesOperations

The operations group for this extension method.

locationId
String

The location identifier.

factoryRepoUpdate
FactoryRepoUpdate

Update factory repo request definition.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to