Freigeben über


JobStreamOperationsExtensions.Get Methode

Definition

Überlädt

Get(IJobStreamOperations, String, String, Guid, String)
Get(IJobStreamOperations, String, String, String, String, String)

Rufen Sie den Auftragsdatenstrom ab, der durch die Auftragsstream-ID identifiziert wird. http://aka.ms/azureautomationsdk/jobstreamoperations

Get(IJobStreamOperations, String, String, Guid, String)

public static Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse Get (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, Guid jobId, string jobStreamId);
static member Get : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * Guid * string -> Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function Get (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, jobId As Guid, jobStreamId As String) As JobStreamGetResponse

Parameter

resourceGroupName
String
automationAccount
String
jobId
Guid
jobStreamId
String

Gibt zurück

Gilt für:

Get(IJobStreamOperations, String, String, String, String, String)

Rufen Sie den Auftragsdatenstrom ab, der durch die Auftragsstream-ID identifiziert wird. http://aka.ms/azureautomationsdk/jobstreamoperations

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

jobStreamId
String

Die Auftragsdatenstrom-ID.

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

Gibt zurück

Gilt für: