Freigeben über


JobStreamOperationsExtensions.ListByJobAsync Methode

Definition

Rufen Sie eine Liste der Auftragsdatenströme ab, die durch den Auftragsnamen identifiziert werden. http://aka.ms/azureautomationsdk/jobstreamoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>> ListByJobAsync (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string filter = default, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByJobAsync : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>>
<Extension()>
Public Function ListByJobAsync (operations As IJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional filter As String = Nothing, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobStream))

Parameter

operations
IJobStreamOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

jobName
String

Der Auftragsname.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: