IngestionClient.GetSources 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.
Overloads
| Name | Description |
|---|---|
| GetSources(Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get ingestion sources in a geo-catalog. |
| GetSources(Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get ingestion sources in a geo-catalog
|
GetSources(Nullable<Int32>, Nullable<Int32>, CancellationToken)
- Source:
- IngestionClient.cs
Get ingestion sources in a geo-catalog.
public virtual Azure.Pageable<Azure.Analytics.PlanetaryComputer.IngestionSourceSummary> GetSources(int? maxCount = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSources : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.Analytics.PlanetaryComputer.IngestionSourceSummary>
override this.GetSources : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.Analytics.PlanetaryComputer.IngestionSourceSummary>
Public Overridable Function GetSources (Optional maxCount As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IngestionSourceSummary)
Parameters
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
Service returned a non-success status code.
Applies to
GetSources(Nullable<Int32>, Nullable<Int32>, RequestContext)
- Source:
- IngestionClient.cs
[Protocol Method] Get ingestion sources in a geo-catalog
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Pageable<BinaryData> GetSources(int? maxCount, int? skip, Azure.RequestContext context);
abstract member GetSources : Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Pageable<BinaryData>
override this.GetSources : Nullable<int> * Nullable<int> * Azure.RequestContext -> Azure.Pageable<BinaryData>
Public Overridable Function GetSources (maxCount As Nullable(Of Integer), skip As Nullable(Of Integer), context As RequestContext) As Pageable(Of BinaryData)
Parameters
- context
- RequestContext
The request options, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The response returned from the service.
Exceptions
Service returned a non-success status code.