TestJobStreamsOperationsExtensions.GetAsync メソッド

定義

Runbook 名とストリーム ID で識別されるテスト ジョブのテスト ジョブ ストリームを取得します。 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

Automation アカウントの名前。

runbookName
String

Runbook 名。

jobStreamId
String

ジョブ ストリーム ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象