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)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations对 Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
runbookName
Type: System.String必需。 Runbook 名称中。
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters可选。 提供对列表作业流流项操作的参数。
返回值
Type: System.Threading.Tasks.Task<JobStreamListResponse>
列表工作流操作该响应模型。
请参阅
JobStreamOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首