共用方式為


TestJobStreamsOperationsExtensions.GetAsync 方法

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string jobStreamId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function GetAsync (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, jobStreamId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobStream)

參數

operations
ITestJobStreamsOperations

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

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

runbookName
String

Runbook 名稱。

jobStreamId
String

作業資料流程識別碼。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於