JobStreamOperationsExtensions.ListTestJobStreamsAsync 方法 (IJobStreamOperations, String, String, JobStreamListParameters)

 

检索由 runbook 名称标识的测试工作流的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobstreamoperations 有关详细信息)

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public static Task<JobStreamListResponse> ListTestJobStreamsAsync(
    this IJobStreamOperations operations,
    string automationAccount,
    string runbookName,
    JobStreamListParameters parameters
)
public:
[ExtensionAttribute]
static Task<JobStreamListResponse^>^ ListTestJobStreamsAsync(
    IJobStreamOperations^ operations,
    String^ automationAccount,
    String^ runbookName,
    JobStreamListParameters^ parameters
)
static member ListTestJobStreamsAsync : 
        operations:IJobStreamOperations *
        automationAccount:string *
        runbookName:string *
        parameters:JobStreamListParameters -> Task<JobStreamListResponse>
<ExtensionAttribute>
Public Shared Function ListTestJobStreamsAsync (
    operations As IJobStreamOperations,
    automationAccount As String,
    runbookName As String,
    parameters As JobStreamListParameters
) As Task(Of JobStreamListResponse)

参数

  • automationAccount
    Type: System.String

    必需。 自动管理帐户名称。

返回值

Type: System.Threading.Tasks.Task<JobStreamListResponse>

列表工作流操作该响应模型。

请参阅

JobStreamOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首