Compartir a través de


JobStreamOperationsExtensions.ListAsync Método

Definición

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)

Parámetros

resourceGroupName
String
automationAccount
String
jobId
Guid

Devoluciones

Se aplica a