Compartilhar via


ITestJobOperations Interface

Definição

Operações TestJobOperations.

public interface ITestJobOperations
type ITestJobOperations = interface
Public Interface ITestJobOperations

Métodos

CreateAsync(String, String, TestJobCreateParameters, CancellationToken)

Operações TestJobOperations.

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

Crie um trabalho de teste do runbook. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(String, String, String, CancellationToken)

Operações TestJobOperations.

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

Recupere o trabalho de teste para o runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(String, String, String, CancellationToken)

Operações TestJobOperations.

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

Retome o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(String, String, String, CancellationToken)

Operações TestJobOperations.

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

Pare o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(String, String, String, CancellationToken)

Operações TestJobOperations.

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

Suspender o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

Métodos de Extensão

Create(ITestJobOperations, String, String, TestJobCreateParameters)

Operações TestJobOperations.

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

Crie um trabalho de teste do runbook. http://aka.ms/azureautomationsdk/testjoboperations

CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)

Operações TestJobOperations.

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

Crie um trabalho de teste do runbook. http://aka.ms/azureautomationsdk/testjoboperations

Get(ITestJobOperations, String, String, String)

Recupere o trabalho de teste para o runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

GetAsync(ITestJobOperations, String, String, String)

Operações TestJobOperations.

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

Recupere o trabalho de teste para o runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations

Resume(ITestJobOperations, String, String, String)

Retome o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

ResumeAsync(ITestJobOperations, String, String, String)

Operações TestJobOperations.

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

Retome o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

Stop(ITestJobOperations, String, String, String)

Pare o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

StopAsync(ITestJobOperations, String, String, String)

Operações TestJobOperations.

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

Pare o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

Suspend(ITestJobOperations, String, String, String)

Suspender o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

SuspendAsync(ITestJobOperations, String, String, String)

Operações TestJobOperations.

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

Suspender o trabalho de teste. http://aka.ms/azureautomationsdk/testjoboperations

Aplica-se a