MockableDataFactorySubscriptionResource.ConfigureFactoryRepoInformationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryResource>> ConfigureFactoryRepoInformationAsync (Azure.Core.AzureLocation locationId, Azure.ResourceManager.DataFactory.Models.FactoryRepoContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ConfigureFactoryRepoInformationAsync : Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.FactoryRepoContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryResource>>
override this.ConfigureFactoryRepoInformationAsync : Azure.Core.AzureLocation * Azure.ResourceManager.DataFactory.Models.FactoryRepoContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryResource>>
Public Overridable Function ConfigureFactoryRepoInformationAsync (locationId As AzureLocation, content As FactoryRepoContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataFactoryResource))
Parameters
- locationId
- AzureLocation
The location identifier.
- content
- FactoryRepoContent
Update factory repo request definition.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET