Partager via


ITestJobOperations Interface

Définition

Opérations TestJobOperations.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Méthodes

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

Opérations TestJobOperations.

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

Créez un travail de test du runbook. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

Opérations TestJobOperations.

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

Récupérez le travail de test pour le runbook spécifié. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

Opérations TestJobOperations.

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

Reprenez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

Opérations TestJobOperations.

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

Arrêtez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

Opérations TestJobOperations.

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

Suspendez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

Méthodes d’extension

Create(ITestJobOperations, String, String, TestJobCreateParameters)

Opérations TestJobOperations.

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

Créez un travail de test du runbook. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

Opérations TestJobOperations.

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

Créez un travail de test du runbook. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Récupérez le travail de test pour le runbook spécifié. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

Opérations TestJobOperations.

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

Récupérez le travail de test pour le runbook spécifié. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Reprenez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

Opérations TestJobOperations.

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

Reprenez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Arrêtez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

Opérations TestJobOperations.

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

Arrêtez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Suspendez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

Opérations TestJobOperations.

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

Suspendez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations

S’applique à