Aracılığıyla paylaş


JobStreamOperationsExtensions.Get Yöntem

Tanım

Aşırı Yüklemeler

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

İş akışı kimliğiyle tanımlanan iş akışını alın. 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

Parametreler

resourceGroupName
String
automationAccount
String
jobId
Guid
jobStreamId
String

Döndürülenler

Şunlara uygulanır

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

İş akışı kimliğiyle tanımlanan iş akışını alın. 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

Parametreler

operations
IJobStreamOperations

Bu uzantı yöntemi için işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

jobName
String

İş adı.

jobStreamId
String

İş akışı kimliği.

clientRequestId
String

Bu özel istemci isteğini tanımlar.

Döndürülenler

Şunlara uygulanır