ITestJobOperations Interfész

Definíció

TestJobOperations műveletek.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Metódusok

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

TestJobOperations műveletek.

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

Hozza létre a runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

TestJobOperations műveletek.

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

Kérje le a megadott runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

TestJobOperations műveletek.

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

Folytassa a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

TestJobOperations műveletek.

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

Állítsa le a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

TestJobOperations műveletek.

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

Függessze fel a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

Bővítő metódusok

Create(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations műveletek.

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

Hozza létre a runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

TestJobOperations műveletek.

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

Hozza létre a runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Kérje le a megadott runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

TestJobOperations műveletek.

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

Kérje le a megadott runbook tesztfeladatát. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Folytassa a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

TestJobOperations műveletek.

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

Folytassa a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Állítsa le a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

TestJobOperations műveletek.

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

Állítsa le a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Függessze fel a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

TestJobOperations műveletek.

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

Függessze fel a tesztfeladatot. http://aka.ms/azureautomationsdk/testjoboperations

A következőre érvényes: