Share via


DataFactoryExtensions.ConfigureFactoryRepoInformation Method

Definition

Updates a factory's repo information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo
  • Operation Id: Factories_ConfigureFactoryRepo
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryResource
<item>MockingTo mock this method, please mock ConfigureFactoryRepoInformation(AzureLocation, FactoryRepoContent, CancellationToken) instead.</item>
public static Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryResource> ConfigureFactoryRepoInformation(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationId, Azure.ResourceManager.DataFactory.Models.FactoryRepoContent content, System.Threading.CancellationToken cancellationToken = default);
static member ConfigureFactoryRepoInformation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.FactoryRepoContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryResource>
<Extension()>
Public Function ConfigureFactoryRepoInformation (subscriptionResource As SubscriptionResource, locationId As AzureLocation, content As FactoryRepoContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DataFactoryResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

locationId
AzureLocation

The ___location identifier.

content
FactoryRepoContent

Update factory repo request definition.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource or content is null.

Applies to