Freigeben über


ITestJobOperations Schnittstelle

Definition

TestJobOperations-Vorgänge.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Methoden

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

TestJobOperations-Vorgänge.

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

Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

TestJobOperations-Vorgänge.

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

Rufen Sie den Testauftrag für das angegebene Runbook ab. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

TestJobOperations-Vorgänge.

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

Setzen Sie den Testauftrag fort. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

TestJobOperations-Vorgänge.

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

Beenden Sie den Testauftrag. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

TestJobOperations-Vorgänge.

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

Setzen Sie den Testauftrag an. http://aka.ms/azureautomationsdk/testjoboperations

Erweiterungsmethoden

Create(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations-Vorgänge.

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

Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations-Vorgänge.

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

Erstellen Sie einen Testauftrag des Runbooks. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Rufen Sie den Testauftrag für das angegebene Runbook ab. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

TestJobOperations-Vorgänge.

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

Rufen Sie den Testauftrag für das angegebene Runbook ab. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Setzen Sie den Testauftrag fort. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

TestJobOperations-Vorgänge.

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

Setzen Sie den Testauftrag fort. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Beenden Sie den Testauftrag. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

TestJobOperations-Vorgänge.

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

Beenden Sie den Testauftrag. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Setzen Sie den Testauftrag an. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

TestJobOperations-Vorgänge.

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

Setzen Sie den Testauftrag an. http://aka.ms/azureautomationsdk/testjoboperations

Gilt für: