OutputsOperationsExtensions.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 sorties sous le travail de streaming spécifié.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>> ListByStreamingJobAsync (this Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations operations, string resourceGroupName, string jobName, string select = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobAsync : Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>>
<Extension()>
Public Function ListByStreamingJobAsync (operations As IOutputsOperations, resourceGroupName As String, jobName As String, Optional select As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Output))
Paramètres
- operations
- IOutputsOperations
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 streaming.
- select
- String
Paramètre de requête OData $select. Il s’agit d’une liste de propriétés structurelles séparées par des virgules à inclure dans la réponse, ou « » pour inclure toutes les propriétés. Par défaut, toutes les propriétés sont retournées à l’exception de diagnostics. Actuellement, n’accepte que « » comme valeur valide.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET