共用方式為


TestJobStreamsOperationsExtensions.Get 方法

定義

擷取 Runbook 名稱和資料流程識別碼所識別之測試作業的測試作業資料流程。 http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Azure.Management.Automation.Models.JobStream Get (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string jobStreamId);
static member Get : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStream
<Extension()>
Public Function Get (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, jobStreamId As String) As JobStream

參數

operations
ITestJobStreamsOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

runbookName
String

Runbook 名稱。

jobStreamId
String

作業資料流程識別碼。

傳回

適用於