StreamingJobFunctionCollection.GetAll(String, CancellationToken) 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.
Lists all of the functions under the specified streaming job.
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/functions
- Operation Id: Functions_ListByStreamingJob
public virtual Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobFunctionResource> GetAll (string select = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobFunctionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.StreamAnalytics.StreamingJobFunctionResource>
Public Overridable Function GetAll (Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StreamingJobFunctionResource)
Parameters
- select
- String
The $select OData query parameter. This is a comma-separated list of structural properties to include in the response, or "" to include all properties. By default, all properties are returned except diagnostics. Currently only accepts '' as a valid value.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of StreamingJobFunctionResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET