JobStreamOperationsExtensions.ListAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, Guid jobId, Microsoft.Azure.Management.Automation.Models.JobStreamListParameters parameters);
static member ListAsync : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * Guid * Microsoft.Azure.Management.Automation.Models.JobStreamListParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamListResponse>
<Extension()>
Public Function ListAsync (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, jobId As Guid, parameters As JobStreamListParameters) As Task(Of JobStreamListResponse)
Paramètres
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
- parameters
- JobStreamListParameters
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET