StreamingJobsOperationsExtensions.ListByResourceGroup 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 tous les travaux de streaming dans le groupe de ressources spécifié.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob> ListByResourceGroup (this Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations operations, string resourceGroupName, string expand = default);
static member ListByResourceGroup : Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob>
<Extension()>
Public Function ListByResourceGroup (operations As IStreamingJobsOperations, resourceGroupName As String, Optional expand As String = Nothing) As IPage(Of StreamingJob)
Paramètres
- operations
- IStreamingJobsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- expand
- String
Paramètre de requête OData $expand. Il s’agit d’une liste séparée par des virgules de propriétés de travail de diffusion en continu supplémentaires à inclure dans la réponse, au-delà du jeu par défaut retourné lorsque ce paramètre est absent. L’ensemble par défaut est toutes les propriétés de travail de streaming autres que « entrées », « transformation », « sorties » et « fonctions ».
Retours
S’applique à
Azure SDK for .NET