Freigeben über


JobStreamOperationsExtensions.ListByJob Methode

Definition

Ruft eine Liste der Auftragsstreams ab, die anhand des Auftragsnamens identifiziert werden. http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream> ListByJob (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string filter = default, string clientRequestId = default);
static member ListByJob : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function ListByJob (operations As IJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional filter As String = Nothing, Optional clientRequestId As String = Nothing) As 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.

Gibt zurück

Gilt für: