FunctionsOperationsExtensions.ListByStreamingJobAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie toutes les fonctions sous le travail de diffusion en continu spécifié.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>> ListByStreamingJobAsync (this Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations operations, string resourceGroupName, string jobName, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobAsync : Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>>
<Extension()>
Public Function ListByStreamingJobAsync (operations As IFunctionsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Function))
Paramètres
- operations
- IFunctionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- jobName
- String
Nom du travail de diffusion en continu.
- select
- String
Paramètre de requête OData $select. Il s’agit d’une liste séparée par des virgules de propriétés structurelles à inclure dans la réponse, ou « » pour inclure toutes les propriétés. Par défaut, toutes les propriétés sont retournées, sauf diagnostics. Actuellement, n’accepte que « » comme valeur valide.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET