共用方式為


ITestJobOperations 介面

定義

TestJobOperations 作業。

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

方法

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

TestJobOperations 作業。

CreateWithHttpMessagesAsync(String, String, String, TestJobCreateParameters, Dictionary<String,List<String>>, CancellationToken)

建立 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

TestJobOperations 作業。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

擷取指定 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

TestJobOperations 作業。

ResumeWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

繼續測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

TestJobOperations 作業。

StopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

停止測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

TestJobOperations 作業。

SuspendWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

暫停測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

擴充方法

Create(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations 作業。

Create(ITestJobOperations, String, String, String, TestJobCreateParameters)

建立 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations 作業。

CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)

建立 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

擷取指定 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

TestJobOperations 作業。

GetAsync(ITestJobOperations, String, String, String, CancellationToken)

擷取指定 Runbook 的測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

繼續測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

TestJobOperations 作業。

ResumeAsync(ITestJobOperations, String, String, String, CancellationToken)

繼續測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

停止測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

TestJobOperations 作業。

StopAsync(ITestJobOperations, String, String, String, CancellationToken)

停止測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

暫停測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

TestJobOperations 作業。

SuspendAsync(ITestJobOperations, String, String, String, CancellationToken)

暫停測試作業。 http://aka.ms/azureautomationsdk/testjoboperations

適用於