共用方式為


TestJobOperationsExtensions 類別

定義

TestJobOperations 的擴充方法。

public static class TestJobOperationsExtensions
type TestJobOperationsExtensions = class
Public Module TestJobOperationsExtensions
繼承
TestJobOperationsExtensions

方法

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

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

Create(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations 的擴充方法。

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

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

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

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

適用於