TestJobStreamsOperationsExtensions.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 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
作業資料流程識別碼。