DataFactoryLinkedServiceCollection.GetAllAsync(CancellationToken) Method
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.
Lists linked services.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices
- Operation Id: LinkedServices_ListByFactory
- Default Api Version: 2018-06-01
- Resource: DataFactoryLinkedServiceResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.DataFactoryLinkedServiceResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataFactoryLinkedServiceResource)
- cancellationToken
- CancellationToken
The cancellation token to use.
An async collection of DataFactoryLinkedServiceResource that may take multiple service requests to iterate over.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: